Html Css Color HEX #D8B080 Calico

📋 copy color: '#D8B080'

red 216 ◦ green 176 ◦ blue 128

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

Shades of Calico #D8B080

Tints of Calico #D8B080

RGB

 RED value IS 216 (84.77% from 255) = 41.54%

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

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

R = 41.54%
G = 33.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8B080 (or 0xD8B080) is known color: Calico. HEX triplet: D8, B0 and 80. RGB value is (216,176,128). Sum of RGB (Red+Green+Blue) = 216+176+128=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B080 is #274F7F. Grayscale: #B6B6B6. Windows color (decimal): -2576256 or 8433880. OLE color: 8433880.

HSL color Cylindrical-coordinate representation of color #D8B080: hue angle of 32.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8B080 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 128 -
CMYK 0 0.19 0.41 0.15
HSL 32.73º 0.53% 0.67% -
HSV(B) 32.73º 0.41% 0.85% -
XYZ 47.74 47.21 27.02 -
YUV 182.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 216 176 128 0 0.19 0.41 0.15 32.73 0.53 0.67
Hex D8 B0 80 0 13 29 F 21 35 43
Octal 330 260 200 0 23 51 17 41 65 103
Binary 11011000 10110000 10000000 0 10011 101001 1111 100001 110101 1000011

Color Harmonies of #D8B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B080

Black with #D8B080

Text Example


Text Example

White with #D8B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B080; }

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

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

background-color css

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

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

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

border-color css

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

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

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