Html Css Color HEX #D5B583 Calico

📋 copy color: '#D5B583'

red 213 ◦ green 181 ◦ blue 131

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

Shades of Calico #D5B583

Tints of Calico #D5B583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.48%

 BLUE value IS 131 (51.56% from 255) = 24.95%

R = 40.57%
G = 34.48%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5B583 (or 0xD5B583) is known color: Calico. HEX triplet: D5, B5 and 83. RGB value is (213,181,131). Sum of RGB (Red+Green+Blue) = 213+181+131=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B583 is #2A4A7C. Grayscale: #B9B9B9. Windows color (decimal): -2771581 or 8631765. OLE color: 8631765.

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

Color convert

RGB 213 181 131 -
CMYK 0 0.15 0.38 0.16
HSL 36.59º 0.49% 0.67% -
HSV(B) 36.59º 0.38% 0.84% -
XYZ 48.06 48.83 28.37 -
YUV 184.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 213 181 131 0 0.15 0.38 0.16 36.59 0.49 0.67
Hex D5 B5 83 0 F 26 10 25 31 43
Octal 325 265 203 0 17 46 20 45 61 103
Binary 11010101 10110101 10000011 0 1111 100110 10000 100101 110001 1000011

Color Harmonies of #D5B583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B583

Black with #D5B583

Text Example


Text Example

White with #D5B583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B583; }

 p { color: rgb(213,181,131); }

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

background-color css

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

 a { background-color: rgb(213,181,131); }

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

border-color css

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

 span { border-color: rgb(213,181,131); }

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