Html Css Color HEX #D6CDB4 Aths Special

📋 copy color: '#D6CDB4'

red 214 ◦ green 205 ◦ blue 180

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

Shades of Aths Special #D6CDB4

Tints of Aths Special #D6CDB4

RGB

 RED value IS 214 (83.98% from 255) = 35.73%

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

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

R = 35.73%
G = 34.22%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6CDB4 (or 0xD6CDB4) is known color: Aths Special. HEX triplet: D6, CD and B4. RGB value is (214,205,180). Sum of RGB (Red+Green+Blue) = 214+205+180=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDB4 is #29324B. Grayscale: #CCCCCC. Windows color (decimal): -2699852 or 11849174. OLE color: 11849174.

HSL color Cylindrical-coordinate representation of color #D6CDB4: hue angle of 44.12º degrees, saturation: 0.29, 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 #D6CDB4 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 180 -
CMYK 0 0.04 0.16 0.16
HSL 44.12º 0.29% 0.77% -
HSV(B) 44.12º 0.16% 0.84% -
XYZ 57.8 61.25 51.96 -
YUV 204.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 214 205 180 0 0.04 0.16 0.16 44.12 0.29 0.77
Hex D6 CD B4 0 4 10 10 2C 1D 4D
Octal 326 315 264 0 4 20 20 54 35 115
Binary 11010110 11001101 10110100 0 100 10000 10000 101100 11101 1001101

Color Harmonies of #D6CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDB4

Black with #D6CDB4

Text Example


Text Example

White with #D6CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDB4; }

 p { color: rgb(214,205,180); }

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

background-color css

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

 a { background-color: rgb(214,205,180); }

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

border-color css

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

 span { border-color: rgb(214,205,180); }

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