Html Css Color HEX #D4D770 Goldenrod

📋 copy color: '#D4D770'

red 212 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #D4D770

Tints of Goldenrod #D4D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 39.33%
G = 39.89%
B = 20.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D4D770 (or 0xD4D770) is known color: Goldenrod. HEX triplet: D4, D7 and 70. RGB value is (212,215,112). Sum of RGB (Red+Green+Blue) = 212+215+112=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D770 is #2B288F. Grayscale: #CACACA. Windows color (decimal): -2828432 or 7395284. OLE color: 7395284.

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

Color convert

RGB 212 215 112 -
CMYK 0.01 0 0.48 0.16
HSL 61.75º 0.56% 0.64% -
HSV(B) 61.75º 0.48% 0.84% -
XYZ 54.38 63.77 24.77 -
YUV 202.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 212 215 112 0.01 0 0.48 0.16 61.75 0.56 0.64
Hex D4 D7 70 1 0 30 10 3E 38 40
Octal 324 327 160 1 0 60 20 76 70 100
Binary 11010100 11010111 1110000 1 0 110000 10000 111110 111000 1000000

Color Harmonies of #D4D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D770

Black with #D4D770

Text Example


Text Example

White with #D4D770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D770; }

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

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

background-color css

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

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

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

border-color css

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

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

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