Html Css Color HEX #DCBB72 Chenin

📋 copy color: '#DCBB72'

red 220 ◦ green 187 ◦ blue 114

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

Shades of Chenin #DCBB72

Tints of Chenin #DCBB72

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 42.23%
G = 35.89%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCBB72 (or 0xDCBB72) is known color: Chenin. HEX triplet: DC, BB and 72. RGB value is (220,187,114). Sum of RGB (Red+Green+Blue) = 220+187+114=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB72 is #23448D. Grayscale: #BCBCBC. Windows color (decimal): -2311310 or 7519196. OLE color: 7519196.

HSL color Cylindrical-coordinate representation of color #DCBB72: hue angle of 41.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCBB72 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 114 -
CMYK 0 0.15 0.48 0.14
HSL 41.32º 0.6% 0.65% -
HSV(B) 41.32º 0.48% 0.86% -
XYZ 50.32 51.97 23.3 -
YUV 188.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 220 187 114 0 0.15 0.48 0.14 41.32 0.6 0.65
Hex DC BB 72 0 F 30 E 29 3C 41
Octal 334 273 162 0 17 60 16 51 74 101
Binary 11011100 10111011 1110010 0 1111 110000 1110 101001 111100 1000001

Color Harmonies of #DCBB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB72

Black with #DCBB72

Text Example


Text Example

White with #DCBB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB72; }

 p { color: rgb(220,187,114); }

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

background-color css

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

 a { background-color: rgb(220,187,114); }

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

border-color css

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

 span { border-color: rgb(220,187,114); }

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