Html Css Color HEX #D4D072 Goldenrod

📋 copy color: '#D4D072'

red 212 ◦ green 208 ◦ blue 114

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

Shades of Goldenrod #D4D072

Tints of Goldenrod #D4D072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 39.7%
G = 38.95%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4D072 (or 0xD4D072) is known color: Goldenrod. HEX triplet: D4, D0 and 72. RGB value is (212,208,114). Sum of RGB (Red+Green+Blue) = 212+208+114=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D072 is #2B2F8D. Grayscale: #C6C6C6. Windows color (decimal): -2830222 or 7524564. OLE color: 7524564.

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

Color convert

RGB 212 208 114 -
CMYK 0 0.02 0.46 0.17
HSL 57.55º 0.53% 0.64% -
HSV(B) 57.55º 0.46% 0.83% -
XYZ 52.74 60.32 24.78 -
YUV 198.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 212 208 114 0 0.02 0.46 0.17 57.55 0.53 0.64
Hex D4 D0 72 0 2 2E 11 3A 35 40
Octal 324 320 162 0 2 56 21 72 65 100
Binary 11010100 11010000 1110010 0 10 101110 10001 111010 110101 1000000

Color Harmonies of #D4D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D072

Black with #D4D072

Text Example


Text Example

White with #D4D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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