Html Css Color HEX #D5A97C Calico

📋 copy color: '#D5A97C'

red 213 ◦ green 169 ◦ blue 124

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

Shades of Calico #D5A97C

Tints of Calico #D5A97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 42.09%
G = 33.4%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5A97C (or 0xD5A97C) is known color: Calico. HEX triplet: D5, A9 and 7C. RGB value is (213,169,124). Sum of RGB (Red+Green+Blue) = 213+169+124=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A97C is #2A5683. Grayscale: #B1B1B1. Windows color (decimal): -2774660 or 8169941. OLE color: 8169941.

HSL color Cylindrical-coordinate representation of color #D5A97C: hue angle of 30.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5A97C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 124 -
CMYK 0 0.21 0.42 0.16
HSL 30.34º 0.51% 0.66% -
HSV(B) 30.34º 0.42% 0.84% -
XYZ 45.27 43.98 25.17 -
YUV 177.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 213 169 124 0 0.21 0.42 0.16 30.34 0.51 0.66
Hex D5 A9 7C 0 15 2A 10 1E 33 42
Octal 325 251 174 0 25 52 20 36 63 102
Binary 11010101 10101001 1111100 0 10101 101010 10000 11110 110011 1000010

Color Harmonies of #D5A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A97C

Black with #D5A97C

Text Example


Text Example

White with #D5A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A97C; }

 p { color: rgb(213,169,124); }

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

background-color css

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

 a { background-color: rgb(213,169,124); }

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

border-color css

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

 span { border-color: rgb(213,169,124); }

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