Html Css Color HEX #D5AB7B Calico

📋 copy color: '#D5AB7B'

red 213 ◦ green 171 ◦ blue 123

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

Shades of Calico #D5AB7B

Tints of Calico #D5AB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

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

R = 42.01%
G = 33.73%
B = 24.26%

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

#D5AB7B (or 0xD5AB7B) is known color: Calico. HEX triplet: D5, AB and 7B. RGB value is (213,171,123). Sum of RGB (Red+Green+Blue) = 213+171+123=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7B is #2A5484. Grayscale: #B2B2B2. Windows color (decimal): -2774149 or 8104917. OLE color: 8104917.

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

Color convert

RGB 213 171 123 -
CMYK 0 0.20 0.42 0.16
HSL 32º 0.52% 0.66% -
HSV(B) 32º 0.42% 0.84% -
XYZ 45.58 44.7 24.96 -
YUV 178.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 213 171 123 0 0.20 0.42 0.16 32 0.52 0.66
Hex D5 AB 7B 0 14 2A 10 20 34 42
Octal 325 253 173 0 24 52 20 40 64 102
Binary 11010101 10101011 1111011 0 10100 101010 10000 100000 110100 1000010

Color Harmonies of #D5AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB7B

Black with #D5AB7B

Text Example


Text Example

White with #D5AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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