Html Css Color HEX #D5AA7B Calico

📋 copy color: '#D5AA7B'

red 213 ◦ green 170 ◦ blue 123

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

Shades of Calico #D5AA7B

Tints of Calico #D5AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.6%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 42.09%
G = 33.6%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5AA7B (or 0xD5AA7B) is known color: Calico. HEX triplet: D5, AA and 7B. RGB value is (213,170,123). Sum of RGB (Red+Green+Blue) = 213+170+123=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA7B is #2A5584. Grayscale: #B1B1B1. Windows color (decimal): -2774405 or 8104661. OLE color: 8104661.

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

Color convert

RGB 213 170 123 -
CMYK 0 0.20 0.42 0.16
HSL 31.33º 0.52% 0.66% -
HSV(B) 31.33º 0.42% 0.84% -
XYZ 45.39 44.33 24.9 -
YUV 177.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 213 170 123 0 0.20 0.42 0.16 31.33 0.52 0.66
Hex D5 AA 7B 0 14 2A 10 1F 34 42
Octal 325 252 173 0 24 52 20 37 64 102
Binary 11010101 10101010 1111011 0 10100 101010 10000 11111 110100 1000010

Color Harmonies of #D5AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA7B

Black with #D5AA7B

Text Example


Text Example

White with #D5AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA7B; }

 p { color: rgb(213,170,123); }

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

background-color css

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

 a { background-color: rgb(213,170,123); }

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

border-color css

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

 span { border-color: rgb(213,170,123); }

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