Html Css Color HEX #D8D664 Goldenrod

📋 copy color: '#D8D664'

red 216 ◦ green 214 ◦ blue 100

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

Shades of Goldenrod #D8D664

Tints of Goldenrod #D8D664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

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

R = 40.75%
G = 40.38%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8D664 (or 0xD8D664) is known color: Goldenrod. HEX triplet: D8, D6 and 64. RGB value is (216,214,100). Sum of RGB (Red+Green+Blue) = 216+214+100=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D664 is #27299B. Grayscale: #CACACA. Windows color (decimal): -2566556 or 6608600. OLE color: 6608600.

HSL color Cylindrical-coordinate representation of color #D8D664: hue angle of 58.97º degrees, saturation: 0.6, 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 #D8D664 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 100 -
CMYK 0 0.01 0.54 0.15
HSL 58.97º 0.6% 0.62% -
HSV(B) 58.97º 0.54% 0.85% -
XYZ 54.67 63.61 21.45 -
YUV 201.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 216 214 100 0 0.01 0.54 0.15 58.97 0.6 0.62
Hex D8 D6 64 0 1 36 F 3B 3C 3E
Octal 330 326 144 0 1 66 17 73 74 76
Binary 11011000 11010110 1100100 0 1 110110 1111 111011 111100 111110

Color Harmonies of #D8D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D664

Black with #D8D664

Text Example


Text Example

White with #D8D664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D664; }

 p { color: rgb(216,214,100); }

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

background-color css

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

 a { background-color: rgb(216,214,100); }

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

border-color css

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

 span { border-color: rgb(216,214,100); }

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