Html Css Color HEX #DFBC6E Chenin

📋 copy color: '#DFBC6E'

red 223 ◦ green 188 ◦ blue 110

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

Shades of Chenin #DFBC6E

Tints of Chenin #DFBC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 42.8%
G = 36.08%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFBC6E (or 0xDFBC6E) is known color: Chenin. HEX triplet: DF, BC and 6E. RGB value is (223,188,110). Sum of RGB (Red+Green+Blue) = 223+188+110=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC6E is #204391. Grayscale: #BDBDBD. Windows color (decimal): -2114450 or 7257311. OLE color: 7257311.

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

Color convert

RGB 223 188 110 -
CMYK 0 0.16 0.51 0.13
HSL 41.42º 0.64% 0.65% -
HSV(B) 41.42º 0.51% 0.87% -
XYZ 51.23 52.78 22.24 -
YUV 189.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 223 188 110 0 0.16 0.51 0.13 41.42 0.64 0.65
Hex DF BC 6E 0 10 33 D 29 40 41
Octal 337 274 156 0 20 63 15 51 100 101
Binary 11011111 10111100 1101110 0 10000 110011 1101 101001 1000000 1000001

Color Harmonies of #DFBC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC6E

Black with #DFBC6E

Text Example


Text Example

White with #DFBC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC6E; }

 p { color: rgb(223,188,110); }

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

background-color css

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

 a { background-color: rgb(223,188,110); }

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

border-color css

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

 span { border-color: rgb(223,188,110); }

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