Html Css Color HEX #D4D370 Goldenrod

📋 copy color: '#D4D370'

red 212 ◦ green 211 ◦ blue 112

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

Shades of Goldenrod #D4D370

Tints of Goldenrod #D4D370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 39.63%
G = 39.44%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4D370 (or 0xD4D370) is known color: Goldenrod. HEX triplet: D4, D3 and 70. RGB value is (212,211,112). Sum of RGB (Red+Green+Blue) = 212+211+112=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D370 is #2B2C8F. Grayscale: #C8C8C8. Windows color (decimal): -2829456 or 7394260. OLE color: 7394260.

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

Color convert

RGB 212 211 112 -
CMYK 0 0.00 0.47 0.17
HSL 59.4º 0.54% 0.64% -
HSV(B) 59.4º 0.47% 0.83% -
XYZ 53.37 61.76 24.44 -
YUV 200.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 212 211 112 0 0.00 0.47 0.17 59.4 0.54 0.64
Hex D4 D3 70 0 0 2F 11 3B 36 40
Octal 324 323 160 0 0 57 21 73 66 100
Binary 11010100 11010011 1110000 0 0 101111 10001 111011 110110 1000000

Color Harmonies of #D4D370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D370

Black with #D4D370

Text Example


Text Example

White with #D4D370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D370; }

 p { color: rgb(212,211,112); }

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

background-color css

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

 a { background-color: rgb(212,211,112); }

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

border-color css

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

 span { border-color: rgb(212,211,112); }

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