Html Css Color HEX #DCCA70 Chenin

📋 copy color: '#DCCA70'

red 220 ◦ green 202 ◦ blue 112

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

Shades of Chenin #DCCA70

Tints of Chenin #DCCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.83%

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

R = 41.2%
G = 37.83%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCCA70 (or 0xDCCA70) is known color: Chenin. HEX triplet: DC, CA and 70. RGB value is (220,202,112). Sum of RGB (Red+Green+Blue) = 220+202+112=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA70 is #23358F. Grayscale: #C5C5C5. Windows color (decimal): -2307472 or 7391964. OLE color: 7391964.

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

Color convert

RGB 220 202 112 -
CMYK 0 0.08 0.49 0.14
HSL 50º 0.61% 0.65% -
HSV(B) 50º 0.49% 0.86% -
XYZ 53.56 58.63 23.82 -
YUV 197.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 220 202 112 0 0.08 0.49 0.14 50 0.61 0.65
Hex DC CA 70 0 8 31 E 32 3D 41
Octal 334 312 160 0 10 61 16 62 75 101
Binary 11011100 11001010 1110000 0 1000 110001 1110 110010 111101 1000001

Color Harmonies of #DCCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA70

Black with #DCCA70

Text Example


Text Example

White with #DCCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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