Html Css Color HEX #D7CBAF Aths Special

📋 copy color: '#D7CBAF'

red 215 ◦ green 203 ◦ blue 175

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

Shades of Aths Special #D7CBAF

Tints of Aths Special #D7CBAF

RGB

 RED value IS 215 (84.38% from 255) = 36.26%

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

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 36.26%
G = 34.23%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7CBAF (or 0xD7CBAF) is known color: Aths Special. HEX triplet: D7, CB and AF. RGB value is (215,203,175). Sum of RGB (Red+Green+Blue) = 215+203+175=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CBAF is #283450. Grayscale: #CBCBCB. Windows color (decimal): -2634833 or 11520983. OLE color: 11520983.

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

Color convert

RGB 215 203 175 -
CMYK 0 0.06 0.19 0.16
HSL 42º 0.33% 0.76% -
HSV(B) 42º 0.19% 0.84% -
XYZ 57.12 60.25 49.18 -
YUV 203.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 215 203 175 0 0.06 0.19 0.16 42 0.33 0.76
Hex D7 CB AF 0 6 13 10 2A 21 4C
Octal 327 313 257 0 6 23 20 52 41 114
Binary 11010111 11001011 10101111 0 110 10011 10000 101010 100001 1001100

Color Harmonies of #D7CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CBAF

Black with #D7CBAF

Text Example


Text Example

White with #D7CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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