Html Css Color HEX #D7B583 Calico

📋 copy color: '#D7B583'

red 215 ◦ green 181 ◦ blue 131

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

Shades of Calico #D7B583

Tints of Calico #D7B583

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

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

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

R = 40.8%
G = 34.35%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D7B583 (or 0xD7B583) is known color: Calico. HEX triplet: D7, B5 and 83. RGB value is (215,181,131). Sum of RGB (Red+Green+Blue) = 215+181+131=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B583 is #284A7C. Grayscale: #B9B9B9. Windows color (decimal): -2640509 or 8631767. OLE color: 8631767.

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

Color convert

RGB 215 181 131 -
CMYK 0 0.16 0.39 0.16
HSL 35.71º 0.51% 0.68% -
HSV(B) 35.71º 0.39% 0.84% -
XYZ 48.64 49.13 28.39 -
YUV 185.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 215 181 131 0 0.16 0.39 0.16 35.71 0.51 0.68
Hex D7 B5 83 0 10 27 10 24 33 44
Octal 327 265 203 0 20 47 20 44 63 104
Binary 11010111 10110101 10000011 0 10000 100111 10000 100100 110011 1000100

Color Harmonies of #D7B583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B583

Black with #D7B583

Text Example


Text Example

White with #D7B583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B583; }

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

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

background-color css

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

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

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

border-color css

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

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

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