Html Css Color HEX #D5B289 Calico

📋 copy color: '#D5B289'

red 213 ◦ green 178 ◦ blue 137

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

Shades of Calico #D5B289

Tints of Calico #D5B289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

 BLUE value IS 137 (53.91% from 255) = 25.95%

R = 40.34%
G = 33.71%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5B289 (or 0xD5B289) is known color: Calico. HEX triplet: D5, B2 and 89. RGB value is (213,178,137). Sum of RGB (Red+Green+Blue) = 213+178+137=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B289 is #2A4D76. Grayscale: #B7B7B7. Windows color (decimal): -2772343 or 9024213. OLE color: 9024213.

HSL color Cylindrical-coordinate representation of color #D5B289: hue angle of 32.37º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5B289 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 137 -
CMYK 0 0.16 0.36 0.16
HSL 32.37º 0.48% 0.69% -
HSV(B) 32.37º 0.36% 0.84% -
XYZ 47.88 47.79 30.37 -
YUV 183.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 213 178 137 0 0.16 0.36 0.16 32.37 0.48 0.69
Hex D5 B2 89 0 10 24 10 20 30 45
Octal 325 262 211 0 20 44 20 40 60 105
Binary 11010101 10110010 10001001 0 10000 100100 10000 100000 110000 1000101

Color Harmonies of #D5B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B289

Black with #D5B289

Text Example


Text Example

White with #D5B289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B289; }

 p { color: rgb(213,178,137); }

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

background-color css

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

 a { background-color: rgb(213,178,137); }

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

border-color css

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

 span { border-color: rgb(213,178,137); }

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