Html Css Color HEX #DCBC77 Chenin

📋 copy color: '#DCBC77'

red 220 ◦ green 188 ◦ blue 119

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

Shades of Chenin #DCBC77

Tints of Chenin #DCBC77

RGB

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

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

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

R = 41.75%
G = 35.67%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCBC77 (or 0xDCBC77) is known color: Chenin. HEX triplet: DC, BC and 77. RGB value is (220,188,119). Sum of RGB (Red+Green+Blue) = 220+188+119=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC77 is #234388. Grayscale: #BEBEBE. Windows color (decimal): -2311049 or 7847132. OLE color: 7847132.

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

Color convert

RGB 220 188 119 -
CMYK 0 0.15 0.46 0.14
HSL 40.99º 0.59% 0.66% -
HSV(B) 40.99º 0.46% 0.86% -
XYZ 50.83 52.51 24.91 -
YUV 189.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 220 188 119 0 0.15 0.46 0.14 40.99 0.59 0.66
Hex DC BC 77 0 F 2E E 29 3B 42
Octal 334 274 167 0 17 56 16 51 73 102
Binary 11011100 10111100 1110111 0 1111 101110 1110 101001 111011 1000010

Color Harmonies of #DCBC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC77

Black with #DCBC77

Text Example


Text Example

White with #DCBC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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