Html Css Color HEX #DCBC6A Chenin

📋 copy color: '#DCBC6A'

red 220 ◦ green 188 ◦ blue 106

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

Shades of Chenin #DCBC6A

Tints of Chenin #DCBC6A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.58%

 BLUE value IS 106 (41.8% from 255) = 20.62%

R = 42.8%
G = 36.58%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCBC6A (or 0xDCBC6A) is known color: Chenin. HEX triplet: DC, BC and 6A. RGB value is (220,188,106). Sum of RGB (Red+Green+Blue) = 220+188+106=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC6A is #234395. Grayscale: #BCBCBC. Windows color (decimal): -2311062 or 6995164. OLE color: 6995164.

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

Color convert

RGB 220 188 106 -
CMYK 0 0.15 0.52 0.14
HSL 43.16º 0.62% 0.64% -
HSV(B) 43.16º 0.52% 0.86% -
XYZ 50.1 52.22 21.08 -
YUV 188.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 220 188 106 0 0.15 0.52 0.14 43.16 0.62 0.64
Hex DC BC 6A 0 F 34 E 2B 3E 40
Octal 334 274 152 0 17 64 16 53 76 100
Binary 11011100 10111100 1101010 0 1111 110100 1110 101011 111110 1000000

Color Harmonies of #DCBC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC6A

Black with #DCBC6A

Text Example


Text Example

White with #DCBC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC6A; }

 p { color: rgb(220,188,106); }

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

background-color css

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

 a { background-color: rgb(220,188,106); }

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

border-color css

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

 span { border-color: rgb(220,188,106); }

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