Html Css Color HEX #DCCCAF Aths Special

📋 copy color: '#DCCCAF'

red 220 ◦ green 204 ◦ blue 175

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

Shades of Aths Special #DCCCAF

Tints of Aths Special #DCCCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 36.73%
G = 34.06%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCCCAF (or 0xDCCCAF) is known color: Aths Special. HEX triplet: DC, CC and AF. RGB value is (220,204,175). Sum of RGB (Red+Green+Blue) = 220+204+175=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCAF is #233350. Grayscale: #CDCDCD. Windows color (decimal): -2306897 or 11521244. OLE color: 11521244.

HSL color Cylindrical-coordinate representation of color #DCCCAF: hue angle of 38.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCCAF is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 175 -
CMYK 0 0.07 0.20 0.14
HSL 38.67º 0.39% 0.77% -
HSV(B) 38.67º 0.2% 0.86% -
XYZ 58.85 61.5 49.33 -
YUV 205.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 220 204 175 0 0.07 0.20 0.14 38.67 0.39 0.77
Hex DC CC AF 0 7 14 E 27 27 4D
Octal 334 314 257 0 7 24 16 47 47 115
Binary 11011100 11001100 10101111 0 111 10100 1110 100111 100111 1001101

Color Harmonies of #DCCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCAF

Black with #DCCCAF

Text Example


Text Example

White with #DCCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCAF; }

 p { color: rgb(220,204,175); }

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

background-color css

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

 a { background-color: rgb(220,204,175); }

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

border-color css

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

 span { border-color: rgb(220,204,175); }

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