Html Css Color HEX #D7CCB4 Aths Special

📋 copy color: '#D7CCB4'

red 215 ◦ green 204 ◦ blue 180

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

Shades of Aths Special #D7CCB4

Tints of Aths Special #D7CCB4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

 BLUE value IS 180 (70.7% from 255) = 30.05%

R = 35.89%
G = 34.06%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D7CCB4 (or 0xD7CCB4) is known color: Aths Special. HEX triplet: D7, CC and B4. RGB value is (215,204,180). Sum of RGB (Red+Green+Blue) = 215+204+180=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCB4 is #28334B. Grayscale: #CCCCCC. Windows color (decimal): -2634572 or 11848919. OLE color: 11848919.

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

Color convert

RGB 215 204 180 -
CMYK 0 0.05 0.16 0.16
HSL 41.14º 0.3% 0.77% -
HSV(B) 41.14º 0.16% 0.84% -
XYZ 57.86 60.93 51.89 -
YUV 204.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 215 204 180 0 0.05 0.16 0.16 41.14 0.3 0.77
Hex D7 CC B4 0 5 10 10 29 1E 4D
Octal 327 314 264 0 5 20 20 51 36 115
Binary 11010111 11001100 10110100 0 101 10000 10000 101001 11110 1001101

Color Harmonies of #D7CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCB4

Black with #D7CCB4

Text Example


Text Example

White with #D7CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCB4; }

 p { color: rgb(215,204,180); }

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

background-color css

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

 a { background-color: rgb(215,204,180); }

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

border-color css

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

 span { border-color: rgb(215,204,180); }

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