Html Css Color HEX #D5AC89 Calico

📋 copy color: '#D5AC89'

red 213 ◦ green 172 ◦ blue 137

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

Shades of Calico #D5AC89

Tints of Calico #D5AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.95%

 BLUE value IS 137 (53.91% from 255) = 26.25%

R = 40.8%
G = 32.95%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5AC89 (or 0xD5AC89) is known color: Calico. HEX triplet: D5, AC and 89. RGB value is (213,172,137). Sum of RGB (Red+Green+Blue) = 213+172+137=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC89 is #2A5376. Grayscale: #B4B4B4. Windows color (decimal): -2773879 or 9022677. OLE color: 9022677.

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

Color convert

RGB 213 172 137 -
CMYK 0 0.19 0.36 0.16
HSL 27.63º 0.48% 0.69% -
HSV(B) 27.63º 0.36% 0.84% -
XYZ 46.71 45.46 29.98 -
YUV 180.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 213 172 137 0 0.19 0.36 0.16 27.63 0.48 0.69
Hex D5 AC 89 0 13 24 10 1C 30 45
Octal 325 254 211 0 23 44 20 34 60 105
Binary 11010101 10101100 10001001 0 10011 100100 10000 11100 110000 1000101

Color Harmonies of #D5AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC89

Black with #D5AC89

Text Example


Text Example

White with #D5AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC89; }

 p { color: rgb(213,172,137); }

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

background-color css

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

 a { background-color: rgb(213,172,137); }

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

border-color css

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

 span { border-color: rgb(213,172,137); }

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