Html Css Color HEX #D4D666 Goldenrod

📋 copy color: '#D4D666'

red 212 ◦ green 214 ◦ blue 102

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

Shades of Goldenrod #D4D666

Tints of Goldenrod #D4D666

RGB

 RED value IS 212 (83.2% from 255) = 40.15%

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

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 40.15%
G = 40.53%
B = 19.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D4D666 (or 0xD4D666) is known color: Goldenrod. HEX triplet: D4, D6 and 66. RGB value is (212,214,102). Sum of RGB (Red+Green+Blue) = 212+214+102=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D666 is #2B2999. Grayscale: #C9C9C9. Windows color (decimal): -2828698 or 6739668. OLE color: 6739668.

HSL color Cylindrical-coordinate representation of color #D4D666: hue angle of 61.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4D666 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 102 -
CMYK 0.01 0 0.52 0.16
HSL 61.07º 0.58% 0.62% -
HSV(B) 61.07º 0.52% 0.84% -
XYZ 53.6 63.05 21.92 -
YUV 200.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 212 214 102 0.01 0 0.52 0.16 61.07 0.58 0.62
Hex D4 D6 66 1 0 34 10 3D 3A 3E
Octal 324 326 146 1 0 64 20 75 72 76
Binary 11010100 11010110 1100110 1 0 110100 10000 111101 111010 111110

Color Harmonies of #D4D666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D666

Black with #D4D666

Text Example


Text Example

White with #D4D666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D666; }

 p { color: rgb(212,214,102); }

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

background-color css

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

 a { background-color: rgb(212,214,102); }

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

border-color css

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

 span { border-color: rgb(212,214,102); }

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