Html Css Color HEX #DCC070 Chenin

📋 copy color: '#DCC070'

red 220 ◦ green 192 ◦ blue 112

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

Shades of Chenin #DCC070

Tints of Chenin #DCC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 41.98%
G = 36.64%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCC070 (or 0xDCC070) is known color: Chenin. HEX triplet: DC, C0 and 70. RGB value is (220,192,112). Sum of RGB (Red+Green+Blue) = 220+192+112=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC070 is #233F8F. Grayscale: #BFBFBF. Windows color (decimal): -2310032 or 7389404. OLE color: 7389404.

HSL color Cylindrical-coordinate representation of color #DCC070: hue angle of 44.44º degrees, saturation: 0.61, 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 #DCC070 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 112 -
CMYK 0 0.13 0.49 0.14
HSL 44.44º 0.61% 0.65% -
HSV(B) 44.44º 0.49% 0.86% -
XYZ 51.29 54.08 23.07 -
YUV 191.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 220 192 112 0 0.13 0.49 0.14 44.44 0.61 0.65
Hex DC C0 70 0 D 31 E 2C 3D 41
Octal 334 300 160 0 15 61 16 54 75 101
Binary 11011100 11000000 1110000 0 1101 110001 1110 101100 111101 1000001

Color Harmonies of #DCC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC070

Black with #DCC070

Text Example


Text Example

White with #DCC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC070; }

 p { color: rgb(220,192,112); }

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

background-color css

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

 a { background-color: rgb(220,192,112); }

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

border-color css

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

 span { border-color: rgb(220,192,112); }

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