Html Css Color HEX #D7AB7F Calico

📋 copy color: '#D7AB7F'

red 215 ◦ green 171 ◦ blue 127

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

Shades of Calico #D7AB7F

Tints of Calico #D7AB7F

RGB

 RED value IS 215 (84.38% from 255) = 41.91%

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

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

R = 41.91%
G = 33.33%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7AB7F (or 0xD7AB7F) is known color: Calico. HEX triplet: D7, AB and 7F. RGB value is (215,171,127). Sum of RGB (Red+Green+Blue) = 215+171+127=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB7F is #285480. Grayscale: #B3B3B3. Windows color (decimal): -2643073 or 8367063. OLE color: 8367063.

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

Color convert

RGB 215 171 127 -
CMYK 0 0.20 0.41 0.16
HSL 30º 0.52% 0.67% -
HSV(B) 30º 0.41% 0.84% -
XYZ 46.42 45.11 26.34 -
YUV 179.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 215 171 127 0 0.20 0.41 0.16 30 0.52 0.67
Hex D7 AB 7F 0 14 29 10 1E 34 43
Octal 327 253 177 0 24 51 20 36 64 103
Binary 11010111 10101011 1111111 0 10100 101001 10000 11110 110100 1000011

Color Harmonies of #D7AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB7F

Black with #D7AB7F

Text Example


Text Example

White with #D7AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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