Html Css Color HEX #D5AC78 Calico

📋 copy color: '#D5AC78'

red 213 ◦ green 172 ◦ blue 120

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

Shades of Calico #D5AC78

Tints of Calico #D5AC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 42.18%
G = 34.06%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5AC78 (or 0xD5AC78) is known color: Calico. HEX triplet: D5, AC and 78. RGB value is (213,172,120). Sum of RGB (Red+Green+Blue) = 213+172+120=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC78 is #2A5387. Grayscale: #B2B2B2. Windows color (decimal): -2773896 or 7908565. OLE color: 7908565.

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

Color convert

RGB 213 172 120 -
CMYK 0 0.19 0.44 0.16
HSL 33.55º 0.53% 0.65% -
HSV(B) 33.55º 0.44% 0.84% -
XYZ 45.58 45.01 24.05 -
YUV 178.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 213 172 120 0 0.19 0.44 0.16 33.55 0.53 0.65
Hex D5 AC 78 0 13 2C 10 22 35 41
Octal 325 254 170 0 23 54 20 42 65 101
Binary 11010101 10101100 1111000 0 10011 101100 10000 100010 110101 1000001

Color Harmonies of #D5AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC78

Black with #D5AC78

Text Example


Text Example

White with #D5AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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