Html Css Color HEX #D5AE8D Calico

📋 copy color: '#D5AE8D'

red 213 ◦ green 174 ◦ blue 141

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

Shades of Calico #D5AE8D

Tints of Calico #D5AE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 40.34%
G = 32.95%
B = 26.7%

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

#D5AE8D (or 0xD5AE8D) is known color: Calico. HEX triplet: D5, AE and 8D. RGB value is (213,174,141). Sum of RGB (Red+Green+Blue) = 213+174+141=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE8D is #2A5172. Grayscale: #B6B6B6. Windows color (decimal): -2773363 or 9285333. OLE color: 9285333.

HSL color Cylindrical-coordinate representation of color #D5AE8D: hue angle of 27.5º 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 #D5AE8D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 141 -
CMYK 0 0.18 0.34 0.16
HSL 27.5º 0.46% 0.69% -
HSV(B) 27.5º 0.34% 0.84% -
XYZ 47.38 46.34 31.65 -
YUV 181.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 213 174 141 0 0.18 0.34 0.16 27.5 0.46 0.69
Hex D5 AE 8D 0 12 22 10 1C 2E 45
Octal 325 256 215 0 22 42 20 34 56 105
Binary 11010101 10101110 10001101 0 10010 100010 10000 11100 101110 1000101

Color Harmonies of #D5AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE8D

Black with #D5AE8D

Text Example


Text Example

White with #D5AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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