Html Css Color HEX #DCBE6D Chenin

📋 copy color: '#DCBE6D'

red 220 ◦ green 190 ◦ blue 109

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

Shades of Chenin #DCBE6D

Tints of Chenin #DCBE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21%

R = 42.39%
G = 36.61%
B = 21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCBE6D (or 0xDCBE6D) is known color: Chenin. HEX triplet: DC, BE and 6D. RGB value is (220,190,109). Sum of RGB (Red+Green+Blue) = 220+190+109=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE6D is #234192. Grayscale: #BEBEBE. Windows color (decimal): -2310547 or 7192284. OLE color: 7192284.

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

Color convert

RGB 220 190 109 -
CMYK 0 0.14 0.50 0.14
HSL 43.78º 0.61% 0.65% -
HSV(B) 43.78º 0.5% 0.86% -
XYZ 50.69 53.15 22.05 -
YUV 189.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 220 190 109 0 0.14 0.50 0.14 43.78 0.61 0.65
Hex DC BE 6D 0 E 32 E 2C 3D 41
Octal 334 276 155 0 16 62 16 54 75 101
Binary 11011100 10111110 1101101 0 1110 110010 1110 101100 111101 1000001

Color Harmonies of #DCBE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE6D

Black with #DCBE6D

Text Example


Text Example

White with #DCBE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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