Html Css Color HEX #D4D570 Goldenrod

📋 copy color: '#D4D570'

red 212 ◦ green 213 ◦ blue 112

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

Shades of Goldenrod #D4D570

Tints of Goldenrod #D4D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 39.48%
G = 39.66%
B = 20.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D4D570 (or 0xD4D570) is known color: Goldenrod. HEX triplet: D4, D5 and 70. RGB value is (212,213,112). Sum of RGB (Red+Green+Blue) = 212+213+112=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D570 is #2B2A8F. Grayscale: #C9C9C9. Windows color (decimal): -2828944 or 7394772. OLE color: 7394772.

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

Color convert

RGB 212 213 112 -
CMYK 0.00 0 0.47 0.16
HSL 60.59º 0.55% 0.64% -
HSV(B) 60.59º 0.47% 0.84% -
XYZ 53.87 62.76 24.6 -
YUV 201.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 212 213 112 0.00 0 0.47 0.16 60.59 0.55 0.64
Hex D4 D5 70 0 0 2F 10 3D 37 40
Octal 324 325 160 0 0 57 20 75 67 100
Binary 11010100 11010101 1110000 0 0 101111 10000 111101 110111 1000000

Color Harmonies of #D4D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D570

Black with #D4D570

Text Example


Text Example

White with #D4D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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