Html Css Color HEX #D7B383 Calico

📋 copy color: '#D7B383'

red 215 ◦ green 179 ◦ blue 131

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

Shades of Calico #D7B383

Tints of Calico #D7B383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.1%

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

R = 40.95%
G = 34.1%
B = 24.95%

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

#D7B383 (or 0xD7B383) is known color: Calico. HEX triplet: D7, B3 and 83. RGB value is (215,179,131). Sum of RGB (Red+Green+Blue) = 215+179+131=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B383 is #284C7C. Grayscale: #B8B8B8. Windows color (decimal): -2641021 or 8631255. OLE color: 8631255.

HSL color Cylindrical-coordinate representation of color #D7B383: hue angle of 34.29º 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 #D7B383 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 131 -
CMYK 0 0.17 0.39 0.16
HSL 34.29º 0.51% 0.68% -
HSV(B) 34.29º 0.39% 0.84% -
XYZ 48.24 48.33 28.26 -
YUV 184.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 215 179 131 0 0.17 0.39 0.16 34.29 0.51 0.68
Hex D7 B3 83 0 11 27 10 22 33 44
Octal 327 263 203 0 21 47 20 42 63 104
Binary 11010111 10110011 10000011 0 10001 100111 10000 100010 110011 1000100

Color Harmonies of #D7B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B383

Black with #D7B383

Text Example


Text Example

White with #D7B383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B383; }

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

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

background-color css

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

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

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

border-color css

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

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

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