Html Css Color HEX #DCBE76 Chenin

📋 copy color: '#DCBE76'

red 220 ◦ green 190 ◦ blue 118

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

Shades of Chenin #DCBE76

Tints of Chenin #DCBE76

RGB

 RED value IS 220 (86.33% from 255) = 41.67%

 GREEN value IS 190 (74.61% from 255) = 35.98%

 BLUE value IS 118 (46.48% from 255) = 22.35%

R = 41.67%
G = 35.98%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCBE76 (or 0xDCBE76) is known color: Chenin. HEX triplet: DC, BE and 76. RGB value is (220,190,118). Sum of RGB (Red+Green+Blue) = 220+190+118=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE76 is #234189. Grayscale: #BFBFBF. Windows color (decimal): -2310538 or 7782108. OLE color: 7782108.

HSL color Cylindrical-coordinate representation of color #DCBE76: hue angle of 42.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBE76 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 118 -
CMYK 0 0.14 0.46 0.14
HSL 42.35º 0.59% 0.66% -
HSV(B) 42.35º 0.46% 0.86% -
XYZ 51.2 53.35 24.74 -
YUV 190.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 220 190 118 0 0.14 0.46 0.14 42.35 0.59 0.66
Hex DC BE 76 0 E 2E E 2A 3B 42
Octal 334 276 166 0 16 56 16 52 73 102
Binary 11011100 10111110 1110110 0 1110 101110 1110 101010 111011 1000010

Color Harmonies of #DCBE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE76

Black with #DCBE76

Text Example


Text Example

White with #DCBE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE76; }

 p { color: rgb(220,190,118); }

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

background-color css

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

 a { background-color: rgb(220,190,118); }

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

border-color css

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

 span { border-color: rgb(220,190,118); }

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