Html Css Color HEX #D9CCB0 Aths Special

📋 copy color: '#D9CCB0'

red 217 ◦ green 204 ◦ blue 176

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

Shades of Aths Special #D9CCB0

Tints of Aths Special #D9CCB0

RGB

 RED value IS 217 (85.16% from 255) = 36.35%

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

 BLUE value IS 176 (69.14% from 255) = 29.48%

R = 36.35%
G = 34.17%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9CCB0 (or 0xD9CCB0) is known color: Aths Special. HEX triplet: D9, CC and B0. RGB value is (217,204,176). Sum of RGB (Red+Green+Blue) = 217+204+176=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CCB0 is #26334F. Grayscale: #CCCCCC. Windows color (decimal): -2503504 or 11586777. OLE color: 11586777.

HSL color Cylindrical-coordinate representation of color #D9CCB0: hue angle of 40.98º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CCB0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 176 -
CMYK 0 0.06 0.19 0.15
HSL 40.98º 0.35% 0.77% -
HSV(B) 40.98º 0.19% 0.85% -
XYZ 58.04 61.07 49.8 -
YUV 204.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 217 204 176 0 0.06 0.19 0.15 40.98 0.35 0.77
Hex D9 CC B0 0 6 13 F 29 23 4D
Octal 331 314 260 0 6 23 17 51 43 115
Binary 11011001 11001100 10110000 0 110 10011 1111 101001 100011 1001101

Color Harmonies of #D9CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCB0

Black with #D9CCB0

Text Example


Text Example

White with #D9CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCB0; }

 p { color: rgb(217,204,176); }

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

background-color css

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

 a { background-color: rgb(217,204,176); }

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

border-color css

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

 span { border-color: rgb(217,204,176); }

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