Html Css Color HEX #DCCA6A Chenin

📋 copy color: '#DCCA6A'

red 220 ◦ green 202 ◦ blue 106

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

Shades of Chenin #DCCA6A

Tints of Chenin #DCCA6A

RGB

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

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

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

R = 41.67%
G = 38.26%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCCA6A (or 0xDCCA6A) is known color: Chenin. HEX triplet: DC, CA and 6A. RGB value is (220,202,106). Sum of RGB (Red+Green+Blue) = 220+202+106=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA6A is #233595. Grayscale: #C4C4C4. Windows color (decimal): -2307478 or 6998748. OLE color: 6998748.

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

Color convert

RGB 220 202 106 -
CMYK 0 0.08 0.52 0.14
HSL 50.53º 0.62% 0.64% -
HSV(B) 50.53º 0.52% 0.86% -
XYZ 53.24 58.5 22.12 -
YUV 196.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 220 202 106 0 0.08 0.52 0.14 50.53 0.62 0.64
Hex DC CA 6A 0 8 34 E 33 3E 40
Octal 334 312 152 0 10 64 16 63 76 100
Binary 11011100 11001010 1101010 0 1000 110100 1110 110011 111110 1000000

Color Harmonies of #DCCA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA6A

Black with #DCCA6A

Text Example


Text Example

White with #DCCA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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