Html Css Color HEX #D5AB79 Calico

📋 copy color: '#D5AB79'

red 213 ◦ green 171 ◦ blue 121

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

Shades of Calico #D5AB79

Tints of Calico #D5AB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.96%

R = 42.18%
G = 33.86%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5AB79 (or 0xD5AB79) is known color: Calico. HEX triplet: D5, AB and 79. RGB value is (213,171,121). Sum of RGB (Red+Green+Blue) = 213+171+121=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB79 is #2A5486. Grayscale: #B2B2B2. Windows color (decimal): -2774151 or 7973845. OLE color: 7973845.

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

Color convert

RGB 213 171 121 -
CMYK 0 0.20 0.43 0.16
HSL 32.61º 0.52% 0.65% -
HSV(B) 32.61º 0.43% 0.84% -
XYZ 45.45 44.65 24.31 -
YUV 177.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 213 171 121 0 0.20 0.43 0.16 32.61 0.52 0.65
Hex D5 AB 79 0 14 2B 10 21 34 41
Octal 325 253 171 0 24 53 20 41 64 101
Binary 11010101 10101011 1111001 0 10100 101011 10000 100001 110100 1000001

Color Harmonies of #D5AB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB79

Black with #D5AB79

Text Example


Text Example

White with #D5AB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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