Html Css Color HEX #DFD870 Goldenrod

📋 copy color: '#DFD870'

red 223 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #DFD870

Tints of Goldenrod #DFD870

RGB

 RED value IS 223 (87.5% from 255) = 40.47%

 GREEN value IS 216 (84.77% from 255) = 39.2%

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

R = 40.47%
G = 39.2%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFD870 (or 0xDFD870) is known color: Goldenrod. HEX triplet: DF, D8 and 70. RGB value is (223,216,112). Sum of RGB (Red+Green+Blue) = 223+216+112=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD870 is #20278F. Grayscale: #CECECE. Windows color (decimal): -2107280 or 7395551. OLE color: 7395551.

HSL color Cylindrical-coordinate representation of color #DFD870: hue angle of 56.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD870 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 216 112 -
CMYK 0 0.03 0.50 0.13
HSL 56.22º 0.63% 0.66% -
HSV(B) 56.22º 0.5% 0.87% -
XYZ 57.91 65.97 25.01 -
YUV 206.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 223 216 112 0 0.03 0.50 0.13 56.22 0.63 0.66
Hex DF D8 70 0 3 32 D 38 3F 42
Octal 337 330 160 0 3 62 15 70 77 102
Binary 11011111 11011000 1110000 0 11 110010 1101 111000 111111 1000010

Color Harmonies of #DFD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD870

Black with #DFD870

Text Example


Text Example

White with #DFD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD870; }

 p { color: rgb(223,216,112); }

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

background-color css

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

 a { background-color: rgb(223,216,112); }

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

border-color css

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

 span { border-color: rgb(223,216,112); }

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