Html Css Color HEX #D5AB7A Calico

📋 copy color: '#D5AB7A'

red 213 ◦ green 171 ◦ blue 122

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

Shades of Calico #D5AB7A

Tints of Calico #D5AB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 42.09%
G = 33.79%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5AB7A (or 0xD5AB7A) is known color: Calico. HEX triplet: D5, AB and 7A. RGB value is (213,171,122). Sum of RGB (Red+Green+Blue) = 213+171+122=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7A is #2A5485. Grayscale: #B2B2B2. Windows color (decimal): -2774150 or 8039381. OLE color: 8039381.

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

Color convert

RGB 213 171 122 -
CMYK 0 0.20 0.43 0.16
HSL 32.31º 0.52% 0.66% -
HSV(B) 32.31º 0.43% 0.84% -
XYZ 45.52 44.68 24.64 -
YUV 177.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 213 171 122 0 0.20 0.43 0.16 32.31 0.52 0.66
Hex D5 AB 7A 0 14 2B 10 20 34 42
Octal 325 253 172 0 24 53 20 40 64 102
Binary 11010101 10101011 1111010 0 10100 101011 10000 100000 110100 1000010

Color Harmonies of #D5AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB7A

Black with #D5AB7A

Text Example


Text Example

White with #D5AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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