Html Css Color HEX #D5CDBA Aths Special

📋 copy color: '#D5CDBA'

red 213 ◦ green 205 ◦ blue 186

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

Shades of Aths Special #D5CDBA

Tints of Aths Special #D5CDBA

RGB

 RED value IS 213 (83.59% from 255) = 35.26%

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

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 35.26%
G = 33.94%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5CDBA (or 0xD5CDBA) is known color: Aths Special. HEX triplet: D5, CD and BA. RGB value is (213,205,186). Sum of RGB (Red+Green+Blue) = 213+205+186=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBA is #2A3245. Grayscale: #CDCDCD. Windows color (decimal): -2765382 or 12242389. OLE color: 12242389.

HSL color Cylindrical-coordinate representation of color #D5CDBA: hue angle of 42.22º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CDBA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 186 -
CMYK 0 0.04 0.13 0.16
HSL 42.22º 0.24% 0.78% -
HSV(B) 42.22º 0.13% 0.84% -
XYZ 58.13 61.35 55.23 -
YUV 205.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 213 205 186 0 0.04 0.13 0.16 42.22 0.24 0.78
Hex D5 CD BA 0 4 D 10 2A 18 4E
Octal 325 315 272 0 4 15 20 52 30 116
Binary 11010101 11001101 10111010 0 100 1101 10000 101010 11000 1001110

Color Harmonies of #D5CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDBA

Black with #D5CDBA

Text Example


Text Example

White with #D5CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDBA; }

 p { color: rgb(213,205,186); }

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

background-color css

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

 a { background-color: rgb(213,205,186); }

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

border-color css

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

 span { border-color: rgb(213,205,186); }

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