#D5B07B

Color #D5B07B Calico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calico #D5B07B

Tints of Calico #D5B07B

Color information

#D5B07B (or 0xD5B07B) is unknown color: approx Calico. HEX triplet: D5, B0 and 7B. RGB value is (213,176,123). Sum of RGB (Red+Green+Blue) = 213+176+123=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B07B is #2A4F84. Grayscale: #B5B5B5. Windows color (decimal): -2772869 or 8106197. OLE color: 8106197.

HSL color Cylindrical-coordinate representation of color #D5B07B: hue angle of 35.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5B07B is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213176123-
CMYK00.170.420.16
HSL35.33º51.72%65.88%-
HSV(B)35.33º42.25%83.53%-
XYZ46.5446.6325.29-
YUV181.0295.26150.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=41.60%
G=34.38%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317612300.170.420.1635.3351.7265.88
HexD5B07B0112A10233442
Octal32526017302152204364102
Binary11010101101100001111011010001101010100001000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B07B; }

 p { color: rgb(213,176,123); }

 H1.HeaderClassName
 {
   color: #D5B07B;
 }
 .AnyTagClassName
 {
   color: #D5B07B;
 }
</style>
background-color css

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

 a { background-color: rgb(213,176,123); }

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

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

 span { border-color: rgb(213,176,123); }

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