Html Css Color HEX #DCBF77 Chenin

📋 copy color: '#DCBF77'

red 220 ◦ green 191 ◦ blue 119

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

Shades of Chenin #DCBF77

Tints of Chenin #DCBF77

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

 BLUE value IS 119 (46.88% from 255) = 22.45%

R = 41.51%
G = 36.04%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCBF77 (or 0xDCBF77) is known color: Chenin. HEX triplet: DC, BF and 77. RGB value is (220,191,119). Sum of RGB (Red+Green+Blue) = 220+191+119=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF77 is #234088. Grayscale: #BFBFBF. Windows color (decimal): -2310281 or 7847900. OLE color: 7847900.

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

Color convert

RGB 220 191 119 -
CMYK 0 0.13 0.46 0.14
HSL 42.77º 0.59% 0.66% -
HSV(B) 42.77º 0.46% 0.86% -
XYZ 51.48 53.81 25.13 -
YUV 191.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 220 191 119 0 0.13 0.46 0.14 42.77 0.59 0.66
Hex DC BF 77 0 D 2E E 2B 3B 42
Octal 334 277 167 0 15 56 16 53 73 102
Binary 11011100 10111111 1110111 0 1101 101110 1110 101011 111011 1000010

Color Harmonies of #DCBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF77

Black with #DCBF77

Text Example


Text Example

White with #DCBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF77; }

 p { color: rgb(220,191,119); }

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

background-color css

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

 a { background-color: rgb(220,191,119); }

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

border-color css

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

 span { border-color: rgb(220,191,119); }

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