Html Css Color HEX #D5B085 Calico

📋 copy color: '#D5B085'

red 213 ◦ green 176 ◦ blue 133

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

Shades of Calico #D5B085

Tints of Calico #D5B085

RGB

 RED value IS 213 (83.59% from 255) = 40.8%

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

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

R = 40.8%
G = 33.72%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5B085 (or 0xD5B085) is known color: Calico. HEX triplet: D5, B0 and 85. RGB value is (213,176,133). Sum of RGB (Red+Green+Blue) = 213+176+133=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B085 is #2A4F7A. Grayscale: #B6B6B6. Windows color (decimal): -2772859 or 8761557. OLE color: 8761557.

HSL color Cylindrical-coordinate representation of color #D5B085: hue angle of 32.25º degrees, saturation: 0.49, 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 #D5B085 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 133 -
CMYK 0 0.17 0.38 0.16
HSL 32.25º 0.49% 0.68% -
HSV(B) 32.25º 0.38% 0.84% -
XYZ 47.2 46.89 28.75 -
YUV 182.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 213 176 133 0 0.17 0.38 0.16 32.25 0.49 0.68
Hex D5 B0 85 0 11 26 10 20 31 44
Octal 325 260 205 0 21 46 20 40 61 104
Binary 11010101 10110000 10000101 0 10001 100110 10000 100000 110001 1000100

Color Harmonies of #D5B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B085

Black with #D5B085

Text Example


Text Example

White with #D5B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B085; }

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

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

background-color css

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

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

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

border-color css

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

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

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