Html Css Color HEX #D3B080 Calico

📋 copy color: '#D3B080'

red 211 ◦ green 176 ◦ blue 128

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

Shades of Calico #D3B080

Tints of Calico #D3B080

RGB

 RED value IS 211 (82.81% from 255) = 40.97%

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

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

R = 40.97%
G = 34.17%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D3B080 (or 0xD3B080) is known color: Calico. HEX triplet: D3, B0 and 80. RGB value is (211,176,128). Sum of RGB (Red+Green+Blue) = 211+176+128=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B080 is #2C4F7F. Grayscale: #B5B5B5. Windows color (decimal): -2903936 or 8433875. OLE color: 8433875.

HSL color Cylindrical-coordinate representation of color #D3B080: hue angle of 34.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3B080 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 176 128 -
CMYK 0 0.17 0.39 0.17
HSL 34.7º 0.49% 0.66% -
HSV(B) 34.7º 0.39% 0.83% -
XYZ 46.29 46.46 26.95 -
YUV 180.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 211 176 128 0 0.17 0.39 0.17 34.7 0.49 0.66
Hex D3 B0 80 0 11 27 11 23 31 42
Octal 323 260 200 0 21 47 21 43 61 102
Binary 11010011 10110000 10000000 0 10001 100111 10001 100011 110001 1000010

Color Harmonies of #D3B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B080

Black with #D3B080

Text Example


Text Example

White with #D3B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B080; }

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

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

background-color css

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

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

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

border-color css

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

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

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