Html Css Color HEX #D6B080 Calico

📋 copy color: '#D6B080'

red 214 ◦ green 176 ◦ blue 128

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

Shades of Calico #D6B080

Tints of Calico #D6B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 41.31%
G = 33.98%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6B080 (or 0xD6B080) is known color: Calico. HEX triplet: D6, B0 and 80. RGB value is (214,176,128). Sum of RGB (Red+Green+Blue) = 214+176+128=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B080 is #294F7F. Grayscale: #B6B6B6. Windows color (decimal): -2707328 or 8433878. OLE color: 8433878.

HSL color Cylindrical-coordinate representation of color #D6B080: hue angle of 33.49º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6B080 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 128 -
CMYK 0 0.18 0.40 0.16
HSL 33.49º 0.51% 0.67% -
HSV(B) 33.49º 0.4% 0.84% -
XYZ 47.15 46.91 26.99 -
YUV 181.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 214 176 128 0 0.18 0.40 0.16 33.49 0.51 0.67
Hex D6 B0 80 0 12 28 10 21 33 43
Octal 326 260 200 0 22 50 20 41 63 103
Binary 11010110 10110000 10000000 0 10010 101000 10000 100001 110011 1000011

Color Harmonies of #D6B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B080

Black with #D6B080

Text Example


Text Example

White with #D6B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B080; }

 p { color: rgb(214,176,128); }

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

background-color css

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

 a { background-color: rgb(214,176,128); }

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

border-color css

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

 span { border-color: rgb(214,176,128); }

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