Html Css Color HEX #DFD770 Goldenrod

📋 copy color: '#DFD770'

red 223 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #DFD770

Tints of Goldenrod #DFD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.09%

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

R = 40.55%
G = 39.09%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFD770 (or 0xDFD770) is known color: Goldenrod. HEX triplet: DF, D7 and 70. RGB value is (223,215,112). Sum of RGB (Red+Green+Blue) = 223+215+112=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD770 is #20288F. Grayscale: #CECECE. Windows color (decimal): -2107536 or 7395295. OLE color: 7395295.

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

Color convert

RGB 223 215 112 -
CMYK 0 0.04 0.50 0.13
HSL 55.68º 0.63% 0.66% -
HSV(B) 55.68º 0.5% 0.87% -
XYZ 57.66 65.46 24.93 -
YUV 205.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 223 215 112 0 0.04 0.50 0.13 55.68 0.63 0.66
Hex DF D7 70 0 4 32 D 38 3F 42
Octal 337 327 160 0 4 62 15 70 77 102
Binary 11011111 11010111 1110000 0 100 110010 1101 111000 111111 1000010

Color Harmonies of #DFD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD770

Black with #DFD770

Text Example


Text Example

White with #DFD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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