Html Css Color HEX #D6AB7E Calico

📋 copy color: '#D6AB7E'

red 214 ◦ green 171 ◦ blue 126

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

Shades of Calico #D6AB7E

Tints of Calico #D6AB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 41.88%
G = 33.46%
B = 24.66%

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

#D6AB7E (or 0xD6AB7E) is known color: Calico. HEX triplet: D6, AB and 7E. RGB value is (214,171,126). Sum of RGB (Red+Green+Blue) = 214+171+126=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB7E is #295481. Grayscale: #B2B2B2. Windows color (decimal): -2708610 or 8301526. OLE color: 8301526.

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

Color convert

RGB 214 171 126 -
CMYK 0 0.20 0.41 0.16
HSL 30.68º 0.52% 0.67% -
HSV(B) 30.68º 0.41% 0.84% -
XYZ 46.06 44.93 25.98 -
YUV 178.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 214 171 126 0 0.20 0.41 0.16 30.68 0.52 0.67
Hex D6 AB 7E 0 14 29 10 1F 34 43
Octal 326 253 176 0 24 51 20 37 64 103
Binary 11010110 10101011 1111110 0 10100 101001 10000 11111 110100 1000011

Color Harmonies of #D6AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB7E

Black with #D6AB7E

Text Example


Text Example

White with #D6AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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