Html Css Color HEX #D7B085 Calico

📋 copy color: '#D7B085'

red 215 ◦ green 176 ◦ blue 133

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

Shades of Calico #D7B085

Tints of Calico #D7B085

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 41.03%
G = 33.59%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D7B085 (or 0xD7B085) is known color: Calico. HEX triplet: D7, B0 and 85. RGB value is (215,176,133). Sum of RGB (Red+Green+Blue) = 215+176+133=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B085 is #284F7A. Grayscale: #B6B6B6. Windows color (decimal): -2641787 or 8761559. OLE color: 8761559.

HSL color Cylindrical-coordinate representation of color #D7B085: hue angle of 31.46º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7B085 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 176 133 -
CMYK 0 0.18 0.38 0.16
HSL 31.46º 0.51% 0.68% -
HSV(B) 31.46º 0.38% 0.84% -
XYZ 47.78 47.19 28.78 -
YUV 182.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 215 176 133 0 0.18 0.38 0.16 31.46 0.51 0.68
Hex D7 B0 85 0 12 26 10 1F 33 44
Octal 327 260 205 0 22 46 20 37 63 104
Binary 11010111 10110000 10000101 0 10010 100110 10000 11111 110011 1000100

Color Harmonies of #D7B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B085

Black with #D7B085

Text Example


Text Example

White with #D7B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B085; }

 p { color: rgb(215,176,133); }

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

background-color css

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

 a { background-color: rgb(215,176,133); }

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

border-color css

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

 span { border-color: rgb(215,176,133); }

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