Html Css Color HEX #D5A97D Calico

📋 copy color: '#D5A97D'

red 213 ◦ green 169 ◦ blue 125

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

Shades of Calico #D5A97D

Tints of Calico #D5A97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 42.01%
G = 33.33%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5A97D (or 0xD5A97D) is known color: Calico. HEX triplet: D5, A9 and 7D. RGB value is (213,169,125). Sum of RGB (Red+Green+Blue) = 213+169+125=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A97D is #2A5682. Grayscale: #B1B1B1. Windows color (decimal): -2774659 or 8235477. OLE color: 8235477.

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

Color convert

RGB 213 169 125 -
CMYK 0 0.21 0.41 0.16
HSL 30º 0.51% 0.66% -
HSV(B) 30º 0.41% 0.84% -
XYZ 45.33 44 25.51 -
YUV 177.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 213 169 125 0 0.21 0.41 0.16 30 0.51 0.66
Hex D5 A9 7D 0 15 29 10 1E 33 42
Octal 325 251 175 0 25 51 20 36 63 102
Binary 11010101 10101001 1111101 0 10101 101001 10000 11110 110011 1000010

Color Harmonies of #D5A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A97D

Black with #D5A97D

Text Example


Text Example

White with #D5A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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