Html Css Color HEX #DFD970 Goldenrod

📋 copy color: '#DFD970'

red 223 ◦ green 217 ◦ blue 112

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

Shades of Goldenrod #DFD970

Tints of Goldenrod #DFD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

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

R = 40.4%
G = 39.31%
B = 20.29%

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

#DFD970 (or 0xDFD970) is known color: Goldenrod. HEX triplet: DF, D9 and 70. RGB value is (223,217,112). Sum of RGB (Red+Green+Blue) = 223+217+112=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD970 is #20268F. Grayscale: #CFCFCF. Windows color (decimal): -2107024 or 7395807. OLE color: 7395807.

HSL color Cylindrical-coordinate representation of color #DFD970: hue angle of 56.76º 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 #DFD970 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 112 -
CMYK 0 0.03 0.50 0.13
HSL 56.76º 0.63% 0.66% -
HSV(B) 56.76º 0.5% 0.87% -
XYZ 58.17 66.48 25.1 -
YUV 206.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 223 217 112 0 0.03 0.50 0.13 56.76 0.63 0.66
Hex DF D9 70 0 3 32 D 39 3F 42
Octal 337 331 160 0 3 62 15 71 77 102
Binary 11011111 11011001 1110000 0 11 110010 1101 111001 111111 1000010

Color Harmonies of #DFD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD970

Black with #DFD970

Text Example


Text Example

White with #DFD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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