Html Css Color HEX #D1B080 Calico

📋 copy color: '#D1B080'

red 209 ◦ green 176 ◦ blue 128

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

Shades of Calico #D1B080

Tints of Calico #D1B080

RGB

 RED value IS 209 (82.03% from 255) = 40.74%

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

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

R = 40.74%
G = 34.31%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1B080 (or 0xD1B080) is known color: Calico. HEX triplet: D1, B0 and 80. RGB value is (209,176,128). Sum of RGB (Red+Green+Blue) = 209+176+128=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B080 is #2E4F7F. Grayscale: #B4B4B4. Windows color (decimal): -3035008 or 8433873. OLE color: 8433873.

HSL color Cylindrical-coordinate representation of color #D1B080: hue angle of 35.56º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1B080 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 128 -
CMYK 0 0.16 0.39 0.18
HSL 35.56º 0.47% 0.66% -
HSV(B) 35.56º 0.39% 0.82% -
XYZ 45.72 46.16 26.92 -
YUV 180.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 209 176 128 0 0.16 0.39 0.18 35.56 0.47 0.66
Hex D1 B0 80 0 10 27 12 24 2F 42
Octal 321 260 200 0 20 47 22 44 57 102
Binary 11010001 10110000 10000000 0 10000 100111 10010 100100 101111 1000010

Color Harmonies of #D1B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B080

Black with #D1B080

Text Example


Text Example

White with #D1B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B080; }

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

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

background-color css

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

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

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

border-color css

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

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

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