Html Css Color HEX #DFB974 Chenin

📋 copy color: '#DFB974'

red 223 ◦ green 185 ◦ blue 116

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

Shades of Chenin #DFB974

Tints of Chenin #DFB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 42.56%
G = 35.31%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB974 (or 0xDFB974) is known color: Chenin. HEX triplet: DF, B9 and 74. RGB value is (223,185,116). Sum of RGB (Red+Green+Blue) = 223+185+116=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB974 is #20468B. Grayscale: #BCBCBC. Windows color (decimal): -2115212 or 7649759. OLE color: 7649759.

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

Color convert

RGB 223 185 116 -
CMYK 0 0.17 0.48 0.13
HSL 38.69º 0.63% 0.66% -
HSV(B) 38.69º 0.48% 0.87% -
XYZ 50.93 51.65 23.81 -
YUV 188.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 223 185 116 0 0.17 0.48 0.13 38.69 0.63 0.66
Hex DF B9 74 0 11 30 D 27 3F 42
Octal 337 271 164 0 21 60 15 47 77 102
Binary 11011111 10111001 1110100 0 10001 110000 1101 100111 111111 1000010

Color Harmonies of #DFB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB974

Black with #DFB974

Text Example


Text Example

White with #DFB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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