#D7B27B

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

Shades of Calico #D7B27B

Tints of Calico #D7B27B

Color information

#D7B27B (or 0xD7B27B) is unknown color: approx Calico. HEX triplet: D7, B2 and 7B. RGB value is (215,178,123). Sum of RGB (Red+Green+Blue) = 215+178+123=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B27B is #284D84. Grayscale: #B7B7B7. Windows color (decimal): -2641285 or 8106711. OLE color: 8106711.

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

Color convert

RGB215178123-
CMYK00.170.430.16
HSL35.87º53.49%66.27%-
HSV(B)35.87º42.79%84.31%-
XYZ47.5247.7225.44-
YUV182.7994.26150.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 123 (48.44% from 255) = 23.84%
R=41.67%
G=34.50%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517812300.170.430.1635.8753.4966.27
HexD7B27B0112B10243542
Octal32726217302153204465102
Binary11010111101100101111011010001101011100001001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B27B; }

 p { color: rgb(215,178,123); }

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

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

 a { background-color: rgb(215,178,123); }

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

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

 span { border-color: rgb(215,178,123); }

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