Html Css Color HEX #D9D064 Goldenrod

📋 copy color: '#D9D064'

red 217 ◦ green 208 ◦ blue 100

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

Shades of Goldenrod #D9D064

Tints of Goldenrod #D9D064

RGB

 RED value IS 217 (85.16% from 255) = 41.33%

 GREEN value IS 208 (81.64% from 255) = 39.62%

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 41.33%
G = 39.62%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9D064 (or 0xD9D064) is known color: Goldenrod. HEX triplet: D9, D0 and 64. RGB value is (217,208,100). Sum of RGB (Red+Green+Blue) = 217+208+100=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D064 is #262F9B. Grayscale: #C6C6C6. Windows color (decimal): -2502556 or 6607065. OLE color: 6607065.

HSL color Cylindrical-coordinate representation of color #D9D064: hue angle of 55.38º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9D064 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 100 -
CMYK 0 0.04 0.54 0.15
HSL 55.38º 0.61% 0.62% -
HSV(B) 55.38º 0.54% 0.85% -
XYZ 53.47 60.78 20.97 -
YUV 198.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 217 208 100 0 0.04 0.54 0.15 55.38 0.61 0.62
Hex D9 D0 64 0 4 36 F 37 3D 3E
Octal 331 320 144 0 4 66 17 67 75 76
Binary 11011001 11010000 1100100 0 100 110110 1111 110111 111101 111110

Color Harmonies of #D9D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D064

Black with #D9D064

Text Example


Text Example

White with #D9D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D064; }

 p { color: rgb(217,208,100); }

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

background-color css

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

 a { background-color: rgb(217,208,100); }

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

border-color css

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

 span { border-color: rgb(217,208,100); }

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