Html Css Color HEX #D6AB8C Calico

📋 copy color: '#D6AB8C'

red 214 ◦ green 171 ◦ blue 140

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

Shades of Calico #D6AB8C

Tints of Calico #D6AB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.67%

R = 40.76%
G = 32.57%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6AB8C (or 0xD6AB8C) is known color: Calico. HEX triplet: D6, AB and 8C. RGB value is (214,171,140). Sum of RGB (Red+Green+Blue) = 214+171+140=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB8C is #295473. Grayscale: #B4B4B4. Windows color (decimal): -2708596 or 9219030. OLE color: 9219030.

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

Color convert

RGB 214 171 140 -
CMYK 0 0.20 0.35 0.16
HSL 25.14º 0.47% 0.69% -
HSV(B) 25.14º 0.35% 0.84% -
XYZ 47.03 45.32 31.08 -
YUV 180.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 214 171 140 0 0.20 0.35 0.16 25.14 0.47 0.69
Hex D6 AB 8C 0 14 23 10 19 2F 45
Octal 326 253 214 0 24 43 20 31 57 105
Binary 11010110 10101011 10001100 0 10100 100011 10000 11001 101111 1000101

Color Harmonies of #D6AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB8C

Black with #D6AB8C

Text Example


Text Example

White with #D6AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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