Html Css Color HEX #DFB96F Chenin

📋 copy color: '#DFB96F'

red 223 ◦ green 185 ◦ blue 111

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

Shades of Chenin #DFB96F

Tints of Chenin #DFB96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.39%

R = 42.97%
G = 35.65%
B = 21.39%

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

#DFB96F (or 0xDFB96F) is known color: Chenin. HEX triplet: DF, B9 and 6F. RGB value is (223,185,111). Sum of RGB (Red+Green+Blue) = 223+185+111=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB96F is #204690. Grayscale: #BCBCBC. Windows color (decimal): -2115217 or 7322079. OLE color: 7322079.

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

Color convert

RGB 223 185 111 -
CMYK 0 0.17 0.50 0.13
HSL 39.64º 0.64% 0.65% -
HSV(B) 39.64º 0.5% 0.87% -
XYZ 50.65 51.53 22.32 -
YUV 187.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 223 185 111 0 0.17 0.50 0.13 39.64 0.64 0.65
Hex DF B9 6F 0 11 32 D 28 40 41
Octal 337 271 157 0 21 62 15 50 100 101
Binary 11011111 10111001 1101111 0 10001 110010 1101 101000 1000000 1000001

Color Harmonies of #DFB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB96F

Black with #DFB96F

Text Example


Text Example

White with #DFB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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