#D5CBAF

Color #D5CBAF Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D5CBAF

Tints of Aths Special #D5CBAF

Color information

#D5CBAF (or 0xD5CBAF) is unknown color: approx Aths Special. HEX triplet: D5, CB and AF. RGB value is (213,203,175). Sum of RGB (Red+Green+Blue) = 213+203+175=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CBAF is #2A3450. Grayscale: #CACACA. Windows color (decimal): -2765905 or 11520981. OLE color: 11520981.

HSL color Cylindrical-coordinate representation of color #D5CBAF: hue angle of 44.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CBAF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213203175-
CMYK00.050.180.16
HSL44.21º31.15%76.08%-
HSV(B)44.21º17.84%83.53%-
XYZ56.5359.9549.15-
YUV202.8112.31135.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=36.04%
G=34.35%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320317500.050.180.1644.2131.1576.08
HexD5CBAF0512102c1f4c
Octal3253132570522205437114
Binary11010101110010111010111101011001010000101100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBAF; }

 p { color: rgb(213,203,175); }

 H1.HeaderClassName
 {
   color: #D5CBAF;
 }
 .AnyTagClassName
 {
   color: #D5CBAF;
 }
</style>
background-color css

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

 a { background-color: rgb(213,203,175); }

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

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

 span { border-color: rgb(213,203,175); }

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