Html Css Color HEX #D5AE8C Calico

📋 copy color: '#D5AE8C'

red 213 ◦ green 174 ◦ blue 140

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

Shades of Calico #D5AE8C

Tints of Calico #D5AE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 40.42%
G = 33.02%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5AE8C (or 0xD5AE8C) is known color: Calico. HEX triplet: D5, AE and 8C. RGB value is (213,174,140). Sum of RGB (Red+Green+Blue) = 213+174+140=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE8C is #2A5173. Grayscale: #B5B5B5. Windows color (decimal): -2773364 or 9219797. OLE color: 9219797.

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

Color convert

RGB 213 174 140 -
CMYK 0 0.18 0.34 0.16
HSL 27.95º 0.46% 0.69% -
HSV(B) 27.95º 0.34% 0.84% -
XYZ 47.31 46.31 31.26 -
YUV 181.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 213 174 140 0 0.18 0.34 0.16 27.95 0.46 0.69
Hex D5 AE 8C 0 12 22 10 1C 2E 45
Octal 325 256 214 0 22 42 20 34 56 105
Binary 11010101 10101110 10001100 0 10010 100010 10000 11100 101110 1000101

Color Harmonies of #D5AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE8C

Black with #D5AE8C

Text Example


Text Example

White with #D5AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE8C; }

 p { color: rgb(213,174,140); }

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

background-color css

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

 a { background-color: rgb(213,174,140); }

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

border-color css

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

 span { border-color: rgb(213,174,140); }

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