Html Css Color HEX #DDCCAB Aths Special

📋 copy color: '#DDCCAB'

red 221 ◦ green 204 ◦ blue 171

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

Shades of Aths Special #DDCCAB

Tints of Aths Special #DDCCAB

RGB

 RED value IS 221 (86.72% from 255) = 37.08%

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

 BLUE value IS 171 (67.19% from 255) = 28.69%

R = 37.08%
G = 34.23%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDCCAB (or 0xDDCCAB) is known color: Aths Special. HEX triplet: DD, CC and AB. RGB value is (221,204,171). Sum of RGB (Red+Green+Blue) = 221+204+171=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAB is #223354. Grayscale: #CDCDCD. Windows color (decimal): -2241365 or 11259101. OLE color: 11259101.

HSL color Cylindrical-coordinate representation of color #DDCCAB: hue angle of 39.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCCAB is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 171 -
CMYK 0 0.08 0.23 0.13
HSL 39.6º 0.42% 0.77% -
HSV(B) 39.6º 0.23% 0.87% -
XYZ 58.76 61.5 47.3 -
YUV 205.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 221 204 171 0 0.08 0.23 0.13 39.6 0.42 0.77
Hex DD CC AB 0 8 17 D 28 2A 4D
Octal 335 314 253 0 10 27 15 50 52 115
Binary 11011101 11001100 10101011 0 1000 10111 1101 101000 101010 1001101

Color Harmonies of #DDCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCAB

Black with #DDCCAB

Text Example


Text Example

White with #DDCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCAB; }

 p { color: rgb(221,204,171); }

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

background-color css

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

 a { background-color: rgb(221,204,171); }

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

border-color css

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

 span { border-color: rgb(221,204,171); }

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