Html Css Color HEX #DCBE73 Chenin

📋 copy color: '#DCBE73'

red 220 ◦ green 190 ◦ blue 115

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

Shades of Chenin #DCBE73

Tints of Chenin #DCBE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.9%

R = 41.9%
G = 36.19%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCBE73 (or 0xDCBE73) is known color: Chenin. HEX triplet: DC, BE and 73. RGB value is (220,190,115). Sum of RGB (Red+Green+Blue) = 220+190+115=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE73 is #23418C. Grayscale: #BEBEBE. Windows color (decimal): -2310541 or 7585500. OLE color: 7585500.

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

Color convert

RGB 220 190 115 -
CMYK 0 0.14 0.48 0.14
HSL 42.86º 0.6% 0.66% -
HSV(B) 42.86º 0.48% 0.86% -
XYZ 51.02 53.28 23.81 -
YUV 190.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 220 190 115 0 0.14 0.48 0.14 42.86 0.6 0.66
Hex DC BE 73 0 E 30 E 2B 3C 42
Octal 334 276 163 0 16 60 16 53 74 102
Binary 11011100 10111110 1110011 0 1110 110000 1110 101011 111100 1000010

Color Harmonies of #DCBE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE73

Black with #DCBE73

Text Example


Text Example

White with #DCBE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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