Html Css Color HEX #D8B583 Calico

📋 copy color: '#D8B583'

red 216 ◦ green 181 ◦ blue 131

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

Shades of Calico #D8B583

Tints of Calico #D8B583

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

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

R = 40.91%
G = 34.28%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8B583 (or 0xD8B583) is known color: Calico. HEX triplet: D8, B5 and 83. RGB value is (216,181,131). Sum of RGB (Red+Green+Blue) = 216+181+131=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B583 is #274A7C. Grayscale: #B9B9B9. Windows color (decimal): -2574973 or 8631768. OLE color: 8631768.

HSL color Cylindrical-coordinate representation of color #D8B583: hue angle of 35.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8B583 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 131 -
CMYK 0 0.16 0.39 0.15
HSL 35.29º 0.52% 0.68% -
HSV(B) 35.29º 0.39% 0.85% -
XYZ 48.94 49.29 28.41 -
YUV 185.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 216 181 131 0 0.16 0.39 0.15 35.29 0.52 0.68
Hex D8 B5 83 0 10 27 F 23 34 44
Octal 330 265 203 0 20 47 17 43 64 104
Binary 11011000 10110101 10000011 0 10000 100111 1111 100011 110100 1000100

Color Harmonies of #D8B583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B583

Black with #D8B583

Text Example


Text Example

White with #D8B583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B583; }

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

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

background-color css

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

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

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

border-color css

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

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

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