Html Css Color HEX #D5AB8C Calico

📋 copy color: '#D5AB8C'

red 213 ◦ green 171 ◦ blue 140

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

Shades of Calico #D5AB8C

Tints of Calico #D5AB8C

RGB

 RED value IS 213 (83.59% from 255) = 40.65%

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 40.65%
G = 32.63%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5AB8C (or 0xD5AB8C) is known color: Calico. HEX triplet: D5, AB and 8C. RGB value is (213,171,140). Sum of RGB (Red+Green+Blue) = 213+171+140=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB8C is #2A5473. Grayscale: #B4B4B4. Windows color (decimal): -2774132 or 9219029. OLE color: 9219029.

HSL color Cylindrical-coordinate representation of color #D5AB8C: hue angle of 25.48º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5AB8C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 140 -
CMYK 0 0.20 0.34 0.16
HSL 25.48º 0.46% 0.69% -
HSV(B) 25.48º 0.34% 0.84% -
XYZ 46.74 45.17 31.07 -
YUV 180.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 213 171 140 0 0.20 0.34 0.16 25.48 0.46 0.69
Hex D5 AB 8C 0 14 22 10 19 2E 45
Octal 325 253 214 0 24 42 20 31 56 105
Binary 11010101 10101011 10001100 0 10100 100010 10000 11001 101110 1000101

Color Harmonies of #D5AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB8C

Black with #D5AB8C

Text Example


Text Example

White with #D5AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB8C; }

 p { color: rgb(213,171,140); }

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

background-color css

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

 a { background-color: rgb(213,171,140); }

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

border-color css

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

 span { border-color: rgb(213,171,140); }

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