Html Css Color HEX #D6AB7F Calico

📋 copy color: '#D6AB7F'

red 214 ◦ green 171 ◦ blue 127

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

Shades of Calico #D6AB7F

Tints of Calico #D6AB7F

RGB

 RED value IS 214 (83.98% from 255) = 41.8%

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

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

R = 41.8%
G = 33.4%
B = 24.8%

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

#D6AB7F (or 0xD6AB7F) is known color: Calico. HEX triplet: D6, AB and 7F. RGB value is (214,171,127). Sum of RGB (Red+Green+Blue) = 214+171+127=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB7F is #295480. Grayscale: #B3B3B3. Windows color (decimal): -2708609 or 8367062. OLE color: 8367062.

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

Color convert

RGB 214 171 127 -
CMYK 0 0.20 0.41 0.16
HSL 30.34º 0.51% 0.67% -
HSV(B) 30.34º 0.41% 0.84% -
XYZ 46.13 44.95 26.32 -
YUV 178.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 214 171 127 0 0.20 0.41 0.16 30.34 0.51 0.67
Hex D6 AB 7F 0 14 29 10 1E 33 43
Octal 326 253 177 0 24 51 20 36 63 103
Binary 11010110 10101011 1111111 0 10100 101001 10000 11110 110011 1000011

Color Harmonies of #D6AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB7F

Black with #D6AB7F

Text Example


Text Example

White with #D6AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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