Html Css Color HEX #D9CDB0 Aths Special

📋 copy color: '#D9CDB0'

red 217 ◦ green 205 ◦ blue 176

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

Shades of Aths Special #D9CDB0

Tints of Aths Special #D9CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.28%

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

R = 36.29%
G = 34.28%
B = 29.43%

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

#D9CDB0 (or 0xD9CDB0) is known color: Aths Special. HEX triplet: D9, CD and B0. RGB value is (217,205,176). Sum of RGB (Red+Green+Blue) = 217+205+176=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CDB0 is #26324F. Grayscale: #CDCDCD. Windows color (decimal): -2503248 or 11587033. OLE color: 11587033.

HSL color Cylindrical-coordinate representation of color #D9CDB0: hue angle of 42.44º 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 #D9CDB0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 176 -
CMYK 0 0.06 0.19 0.15
HSL 42.44º 0.35% 0.77% -
HSV(B) 42.44º 0.19% 0.85% -
XYZ 58.28 61.55 49.88 -
YUV 205.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 217 205 176 0 0.06 0.19 0.15 42.44 0.35 0.77
Hex D9 CD B0 0 6 13 F 2A 23 4D
Octal 331 315 260 0 6 23 17 52 43 115
Binary 11011001 11001101 10110000 0 110 10011 1111 101010 100011 1001101

Color Harmonies of #D9CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDB0

Black with #D9CDB0

Text Example


Text Example

White with #D9CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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