Html Css Color HEX #DCBE6B Chenin

📋 copy color: '#DCBE6B'

red 220 ◦ green 190 ◦ blue 107

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

Shades of Chenin #DCBE6B

Tints of Chenin #DCBE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.7%

R = 42.55%
G = 36.75%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCBE6B (or 0xDCBE6B) is known color: Chenin. HEX triplet: DC, BE and 6B. RGB value is (220,190,107). Sum of RGB (Red+Green+Blue) = 220+190+107=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE6B is #234194. Grayscale: #BDBDBD. Windows color (decimal): -2310549 or 7061212. OLE color: 7061212.

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

Color convert

RGB 220 190 107 -
CMYK 0 0.14 0.51 0.14
HSL 44.07º 0.62% 0.64% -
HSV(B) 44.07º 0.51% 0.86% -
XYZ 50.58 53.1 21.49 -
YUV 189.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 220 190 107 0 0.14 0.51 0.14 44.07 0.62 0.64
Hex DC BE 6B 0 E 33 E 2C 3E 40
Octal 334 276 153 0 16 63 16 54 76 100
Binary 11011100 10111110 1101011 0 1110 110011 1110 101100 111110 1000000

Color Harmonies of #DCBE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE6B

Black with #DCBE6B

Text Example


Text Example

White with #DCBE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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