Html Css Color HEX #D5AB7F Calico

📋 copy color: '#D5AB7F'

red 213 ◦ green 171 ◦ blue 127

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

Shades of Calico #D5AB7F

Tints of Calico #D5AB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.85%

R = 41.68%
G = 33.46%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5AB7F (or 0xD5AB7F) is known color: Calico. HEX triplet: D5, AB and 7F. RGB value is (213,171,127). Sum of RGB (Red+Green+Blue) = 213+171+127=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7F is #2A5480. Grayscale: #B2B2B2. Windows color (decimal): -2774145 or 8367061. OLE color: 8367061.

HSL color Cylindrical-coordinate representation of color #D5AB7F: hue angle of 30.7º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5AB7F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 127 -
CMYK 0 0.20 0.40 0.16
HSL 30.7º 0.51% 0.67% -
HSV(B) 30.7º 0.4% 0.84% -
XYZ 45.83 44.8 26.31 -
YUV 178.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 213 171 127 0 0.20 0.40 0.16 30.7 0.51 0.67
Hex D5 AB 7F 0 14 28 10 1F 33 43
Octal 325 253 177 0 24 50 20 37 63 103
Binary 11010101 10101011 1111111 0 10100 101000 10000 11111 110011 1000011

Color Harmonies of #D5AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB7F

Black with #D5AB7F

Text Example


Text Example

White with #D5AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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