Html Css Color HEX #D4D06A Goldenrod

📋 copy color: '#D4D06A'

red 212 ◦ green 208 ◦ blue 106

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

Shades of Goldenrod #D4D06A

Tints of Goldenrod #D4D06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 40.3%
G = 39.54%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4D06A (or 0xD4D06A) is known color: Goldenrod. HEX triplet: D4, D0 and 6A. RGB value is (212,208,106). Sum of RGB (Red+Green+Blue) = 212+208+106=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D06A is #2B2F95. Grayscale: #C5C5C5. Windows color (decimal): -2830230 or 7000276. OLE color: 7000276.

HSL color Cylindrical-coordinate representation of color #D4D06A: hue angle of 57.74º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D06A is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 106 -
CMYK 0 0.02 0.5 0.17
HSL 57.74º 0.55% 0.62% -
HSV(B) 57.74º 0.5% 0.83% -
XYZ 52.31 60.15 22.49 -
YUV 197.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 212 208 106 0 0.02 0.5 0.17 57.74 0.55 0.62
Hex D4 D0 6A 0 2 32 11 3A 37 3E
Octal 324 320 152 0 2 62 21 72 67 76
Binary 11010100 11010000 1101010 0 10 110010 10001 111010 110111 111110

Color Harmonies of #D4D06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D06A

Black with #D4D06A

Text Example


Text Example

White with #D4D06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D06A; }

 p { color: rgb(212,208,106); }

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

background-color css

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

 a { background-color: rgb(212,208,106); }

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

border-color css

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

 span { border-color: rgb(212,208,106); }

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