Html Css Color HEX #D6D570 Goldenrod

📋 copy color: '#D6D570'

red 214 ◦ green 213 ◦ blue 112

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

Shades of Goldenrod #D6D570

Tints of Goldenrod #D6D570

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

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

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

R = 39.7%
G = 39.52%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6D570 (or 0xD6D570) is known color: Goldenrod. HEX triplet: D6, D5 and 70. RGB value is (214,213,112). Sum of RGB (Red+Green+Blue) = 214+213+112=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D570 is #292A8F. Grayscale: #CACACA. Windows color (decimal): -2697872 or 7394774. OLE color: 7394774.

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

Color convert

RGB 214 213 112 -
CMYK 0 0.00 0.48 0.16
HSL 59.41º 0.55% 0.64% -
HSV(B) 59.41º 0.48% 0.84% -
XYZ 54.45 63.05 24.63 -
YUV 201.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 214 213 112 0 0.00 0.48 0.16 59.41 0.55 0.64
Hex D6 D5 70 0 0 30 10 3B 37 40
Octal 326 325 160 0 0 60 20 73 67 100
Binary 11010110 11010101 1110000 0 0 110000 10000 111011 110111 1000000

Color Harmonies of #D6D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D570

Black with #D6D570

Text Example


Text Example

White with #D6D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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