Html Css Color HEX #D6AB8B Calico

📋 copy color: '#D6AB8B'

red 214 ◦ green 171 ◦ blue 139

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

Shades of Calico #D6AB8B

Tints of Calico #D6AB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 40.84%
G = 32.63%
B = 26.53%

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

#D6AB8B (or 0xD6AB8B) is known color: Calico. HEX triplet: D6, AB and 8B. RGB value is (214,171,139). Sum of RGB (Red+Green+Blue) = 214+171+139=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB8B is #295474. Grayscale: #B4B4B4. Windows color (decimal): -2708597 or 9153494. OLE color: 9153494.

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

Color convert

RGB 214 171 139 -
CMYK 0 0.20 0.35 0.16
HSL 25.6º 0.48% 0.69% -
HSV(B) 25.6º 0.35% 0.84% -
XYZ 46.95 45.29 30.69 -
YUV 180.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 214 171 139 0 0.20 0.35 0.16 25.6 0.48 0.69
Hex D6 AB 8B 0 14 23 10 1A 30 45
Octal 326 253 213 0 24 43 20 32 60 105
Binary 11010110 10101011 10001011 0 10100 100011 10000 11010 110000 1000101

Color Harmonies of #D6AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB8B

Black with #D6AB8B

Text Example


Text Example

White with #D6AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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