Html Css Color HEX #D5B182 Calico

📋 copy color: '#D5B182'

red 213 ◦ green 177 ◦ blue 130

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

Shades of Calico #D5B182

Tints of Calico #D5B182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 130 (51.17% from 255) = 25%

R = 40.96%
G = 34.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D5B182 (or 0xD5B182) is known color: Calico. HEX triplet: D5, B1 and 82. RGB value is (213,177,130). Sum of RGB (Red+Green+Blue) = 213+177+130=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B182 is #2A4E7D. Grayscale: #B6B6B6. Windows color (decimal): -2772606 or 8565205. OLE color: 8565205.

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

Color convert

RGB 213 177 130 -
CMYK 0 0.17 0.39 0.16
HSL 33.98º 0.5% 0.67% -
HSV(B) 33.98º 0.39% 0.84% -
XYZ 47.19 47.2 27.74 -
YUV 182.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 213 177 130 0 0.17 0.39 0.16 33.98 0.5 0.67
Hex D5 B1 82 0 11 27 10 22 32 43
Octal 325 261 202 0 21 47 20 42 62 103
Binary 11010101 10110001 10000010 0 10001 100111 10000 100010 110010 1000011

Color Harmonies of #D5B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B182

Black with #D5B182

Text Example


Text Example

White with #D5B182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B182; }

 p { color: rgb(213,177,130); }

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

background-color css

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

 a { background-color: rgb(213,177,130); }

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

border-color css

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

 span { border-color: rgb(213,177,130); }

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