Html Css Color HEX #D7D570 Goldenrod

📋 copy color: '#D7D570'

red 215 ◦ green 213 ◦ blue 112

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

Shades of Goldenrod #D7D570

Tints of Goldenrod #D7D570

RGB

 RED value IS 215 (84.38% from 255) = 39.81%

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

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

R = 39.81%
G = 39.44%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7D570 (or 0xD7D570) is known color: Goldenrod. HEX triplet: D7, D5 and 70. RGB value is (215,213,112). Sum of RGB (Red+Green+Blue) = 215+213+112=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D570 is #282A8F. Grayscale: #CACACA. Windows color (decimal): -2632336 or 7394775. OLE color: 7394775.

HSL color Cylindrical-coordinate representation of color #D7D570: hue angle of 58.83º 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 #D7D570 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 112 -
CMYK 0 0.01 0.48 0.16
HSL 58.83º 0.56% 0.64% -
HSV(B) 58.83º 0.48% 0.84% -
XYZ 54.74 63.21 24.64 -
YUV 202.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 215 213 112 0 0.01 0.48 0.16 58.83 0.56 0.64
Hex D7 D5 70 0 1 30 10 3B 38 40
Octal 327 325 160 0 1 60 20 73 70 100
Binary 11010111 11010101 1110000 0 1 110000 10000 111011 111000 1000000

Color Harmonies of #D7D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D570

Black with #D7D570

Text Example


Text Example

White with #D7D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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