Html Css Color HEX #D8D969 Goldenrod

📋 copy color: '#D8D969'

red 216 ◦ green 217 ◦ blue 105

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

Shades of Goldenrod #D8D969

Tints of Goldenrod #D8D969

RGB

 RED value IS 216 (84.77% from 255) = 40.15%

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

 BLUE value IS 105 (41.41% from 255) = 19.52%

R = 40.15%
G = 40.33%
B = 19.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8D969 (or 0xD8D969) is known color: Goldenrod. HEX triplet: D8, D9 and 69. RGB value is (216,217,105). Sum of RGB (Red+Green+Blue) = 216+217+105=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D969 is #272696. Grayscale: #CCCCCC. Windows color (decimal): -2565783 or 6937048. OLE color: 6937048.

HSL color Cylindrical-coordinate representation of color #D8D969: hue angle of 60.54º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8D969 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 217 105 -
CMYK 0.00 0 0.52 0.15
HSL 60.54º 0.6% 0.63% -
HSV(B) 60.54º 0.52% 0.85% -
XYZ 55.68 65.24 23.02 -
YUV 203.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 216 217 105 0.00 0 0.52 0.15 60.54 0.6 0.63
Hex D8 D9 69 0 0 34 F 3D 3C 3F
Octal 330 331 151 0 0 64 17 75 74 77
Binary 11011000 11011001 1101001 0 0 110100 1111 111101 111100 111111

Color Harmonies of #D8D969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D969

Black with #D8D969

Text Example


Text Example

White with #D8D969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D969; }

 p { color: rgb(216,217,105); }

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

background-color css

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

 a { background-color: rgb(216,217,105); }

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

border-color css

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

 span { border-color: rgb(216,217,105); }

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