Html Css Color HEX #D4D66E Goldenrod

📋 copy color: '#D4D66E'

red 212 ◦ green 214 ◦ blue 110

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

Shades of Goldenrod #D4D66E

Tints of Goldenrod #D4D66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.52%

R = 39.55%
G = 39.93%
B = 20.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D4D66E (or 0xD4D66E) is known color: Goldenrod. HEX triplet: D4, D6 and 6E. RGB value is (212,214,110). Sum of RGB (Red+Green+Blue) = 212+214+110=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D66E is #2B2991. Grayscale: #C9C9C9. Windows color (decimal): -2828690 or 7263956. OLE color: 7263956.

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

Color convert

RGB 212 214 110 -
CMYK 0.01 0 0.49 0.16
HSL 61.15º 0.56% 0.64% -
HSV(B) 61.15º 0.49% 0.84% -
XYZ 54.01 63.22 24.11 -
YUV 201.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 212 214 110 0.01 0 0.49 0.16 61.15 0.56 0.64
Hex D4 D6 6E 1 0 31 10 3D 38 40
Octal 324 326 156 1 0 61 20 75 70 100
Binary 11010100 11010110 1101110 1 0 110001 10000 111101 111000 1000000

Color Harmonies of #D4D66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D66E

Black with #D4D66E

Text Example


Text Example

White with #D4D66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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