Html Css Color HEX #D7CDB0 Aths Special

📋 copy color: '#D7CDB0'

red 215 ◦ green 205 ◦ blue 176

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

Shades of Aths Special #D7CDB0

Tints of Aths Special #D7CDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.53%

R = 36.07%
G = 34.4%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D7CDB0 (or 0xD7CDB0) is known color: Aths Special. HEX triplet: D7, CD and B0. RGB value is (215,205,176). Sum of RGB (Red+Green+Blue) = 215+205+176=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDB0 is #28324F. Grayscale: #CCCCCC. Windows color (decimal): -2634320 or 11587031. OLE color: 11587031.

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

Color convert

RGB 215 205 176 -
CMYK 0 0.05 0.18 0.16
HSL 44.62º 0.33% 0.77% -
HSV(B) 44.62º 0.18% 0.84% -
XYZ 57.69 61.24 49.85 -
YUV 204.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 215 205 176 0 0.05 0.18 0.16 44.62 0.33 0.77
Hex D7 CD B0 0 5 12 10 2D 21 4D
Octal 327 315 260 0 5 22 20 55 41 115
Binary 11010111 11001101 10110000 0 101 10010 10000 101101 100001 1001101

Color Harmonies of #D7CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDB0

Black with #D7CDB0

Text Example


Text Example

White with #D7CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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