Html Css Color HEX #D7CDA8 Aths Special

📋 copy color: '#D7CDA8'

red 215 ◦ green 205 ◦ blue 168

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

Shades of Aths Special #D7CDA8

Tints of Aths Special #D7CDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.57%

R = 36.56%
G = 34.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D7CDA8 (or 0xD7CDA8) is known color: Aths Special. HEX triplet: D7, CD and A8. RGB value is (215,205,168). Sum of RGB (Red+Green+Blue) = 215+205+168=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDA8 is #283257. Grayscale: #CBCBCB. Windows color (decimal): -2634328 or 11062743. OLE color: 11062743.

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

Color convert

RGB 215 205 168 -
CMYK 0 0.05 0.22 0.16
HSL 47.23º 0.37% 0.75% -
HSV(B) 47.23º 0.22% 0.84% -
XYZ 56.92 60.94 45.81 -
YUV 203.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 215 205 168 0 0.05 0.22 0.16 47.23 0.37 0.75
Hex D7 CD A8 0 5 16 10 2F 25 4B
Octal 327 315 250 0 5 26 20 57 45 113
Binary 11010111 11001101 10101000 0 101 10110 10000 101111 100101 1001011

Color Harmonies of #D7CDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDA8

Black with #D7CDA8

Text Example


Text Example

White with #D7CDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDA8; }

 p { color: rgb(215,205,168); }

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

background-color css

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

 a { background-color: rgb(215,205,168); }

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

border-color css

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

 span { border-color: rgb(215,205,168); }

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