Html Css Color HEX #D5D96C Goldenrod

📋 copy color: '#D5D96C'

red 213 ◦ green 217 ◦ blue 108

#D5D96C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D5D96C

Tints of Goldenrod #D5D96C

RGB

 RED value IS 213 (83.59% from 255) = 39.59%

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 39.59%
G = 40.33%
B = 20.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5D96C (or 0xD5D96C) is known color: Goldenrod. HEX triplet: D5, D9 and 6C. RGB value is (213,217,108). Sum of RGB (Red+Green+Blue) = 213+217+108=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D96C is #2A2693. Grayscale: #CBCBCB. Windows color (decimal): -2762388 or 7133653. OLE color: 7133653.

HSL color Cylindrical-coordinate representation of color #D5D96C: hue angle of 62.2º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5D96C is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 108 -
CMYK 0.02 0 0.50 0.15
HSL 62.2º 0.59% 0.64% -
HSV(B) 62.2º 0.5% 0.85% -
XYZ 54.96 64.85 23.81 -
YUV 203.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 213 217 108 0.02 0 0.50 0.15 62.2 0.59 0.64
Hex D5 D9 6C 2 0 32 F 3E 3B 40
Octal 325 331 154 2 0 62 17 76 73 100
Binary 11010101 11011001 1101100 10 0 110010 1111 111110 111011 1000000

Color Harmonies of #D5D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D96C

Black with #D5D96C

Text Example


Text Example

White with #D5D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D96C; }

 p { color: rgb(213,217,108); }

 H1.HeaderClassName
 {
   color: #D5D96C;
 }
 .AnyTagClassName
 {
   color: #D5D96C;
 }
</style>

background-color css

<style>
 a { background-color: #D5D96C; }

 a { background-color: rgb(213,217,108); }

 div.DivClassName
 {
   background-color: #D5D96C;
 }
 .BgClassName
 {
   background-color: #D5D96C;
 }
</style>

border-color css

<style>
 span { border-color: #D5D96C; }

 span { border-color: rgb(213,217,108); }

 td.TdClassName
 {
   border-color: #D5D96C;
 }
 .TagClassName
 {
   border-color: #D5D96C;
 }
</style>