Html Css Color HEX #DCBE71 Chenin

📋 copy color: '#DCBE71'

red 220 ◦ green 190 ◦ blue 113

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

Shades of Chenin #DCBE71

Tints of Chenin #DCBE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.61%

R = 42.07%
G = 36.33%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCBE71 (or 0xDCBE71) is known color: Chenin. HEX triplet: DC, BE and 71. RGB value is (220,190,113). Sum of RGB (Red+Green+Blue) = 220+190+113=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE71 is #23418E. Grayscale: #BEBEBE. Windows color (decimal): -2310543 or 7454428. OLE color: 7454428.

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

Color convert

RGB 220 190 113 -
CMYK 0 0.14 0.49 0.14
HSL 43.18º 0.6% 0.65% -
HSV(B) 43.18º 0.49% 0.86% -
XYZ 50.91 53.23 23.21 -
YUV 190.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 220 190 113 0 0.14 0.49 0.14 43.18 0.6 0.65
Hex DC BE 71 0 E 31 E 2B 3C 41
Octal 334 276 161 0 16 61 16 53 74 101
Binary 11011100 10111110 1110001 0 1110 110001 1110 101011 111100 1000001

Color Harmonies of #DCBE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE71

Black with #DCBE71

Text Example


Text Example

White with #DCBE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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