Html Css Color HEX #D9CBB3 Aths Special

📋 copy color: '#D9CBB3'

red 217 ◦ green 203 ◦ blue 179

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

Shades of Aths Special #D9CBB3

Tints of Aths Special #D9CBB3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.89%

 BLUE value IS 179 (70.31% from 255) = 29.88%

R = 36.23%
G = 33.89%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9CBB3 (or 0xD9CBB3) is known color: Aths Special. HEX triplet: D9, CB and B3. RGB value is (217,203,179). Sum of RGB (Red+Green+Blue) = 217+203+179=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBB3 is #26344C. Grayscale: #CCCCCC. Windows color (decimal): -2503757 or 11783129. OLE color: 11783129.

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

Color convert

RGB 217 203 179 -
CMYK 0 0.06 0.18 0.15
HSL 37.89º 0.33% 0.78% -
HSV(B) 37.89º 0.18% 0.85% -
XYZ 58.11 60.72 51.31 -
YUV 204.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 217 203 179 0 0.06 0.18 0.15 37.89 0.33 0.78
Hex D9 CB B3 0 6 12 F 26 21 4E
Octal 331 313 263 0 6 22 17 46 41 116
Binary 11011001 11001011 10110011 0 110 10010 1111 100110 100001 1001110

Color Harmonies of #D9CBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBB3

Black with #D9CBB3

Text Example


Text Example

White with #D9CBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBB3; }

 p { color: rgb(217,203,179); }

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

background-color css

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

 a { background-color: rgb(217,203,179); }

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

border-color css

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

 span { border-color: rgb(217,203,179); }

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