Html Css Color HEX #DFB970 Chenin

📋 copy color: '#DFB970'

red 223 ◦ green 185 ◦ blue 112

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

Shades of Chenin #DFB970

Tints of Chenin #DFB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

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

R = 42.88%
G = 35.58%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFB970 (or 0xDFB970) is known color: Chenin. HEX triplet: DF, B9 and 70. RGB value is (223,185,112). Sum of RGB (Red+Green+Blue) = 223+185+112=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB970 is #20468F. Grayscale: #BCBCBC. Windows color (decimal): -2115216 or 7387615. OLE color: 7387615.

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

Color convert

RGB 223 185 112 -
CMYK 0 0.17 0.50 0.13
HSL 39.46º 0.63% 0.66% -
HSV(B) 39.46º 0.5% 0.87% -
XYZ 50.71 51.56 22.61 -
YUV 188.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 223 185 112 0 0.17 0.50 0.13 39.46 0.63 0.66
Hex DF B9 70 0 11 32 D 27 3F 42
Octal 337 271 160 0 21 62 15 47 77 102
Binary 11011111 10111001 1110000 0 10001 110010 1101 100111 111111 1000010

Color Harmonies of #DFB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB970

Black with #DFB970

Text Example


Text Example

White with #DFB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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