Html Css Color HEX #D7B384 Calico

📋 copy color: '#D7B384'

red 215 ◦ green 179 ◦ blue 132

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

Shades of Calico #D7B384

Tints of Calico #D7B384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.1%

R = 40.87%
G = 34.03%
B = 25.1%

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

#D7B384 (or 0xD7B384) is known color: Calico. HEX triplet: D7, B3 and 84. RGB value is (215,179,132). Sum of RGB (Red+Green+Blue) = 215+179+132=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B384 is #284C7B. Grayscale: #B8B8B8. Windows color (decimal): -2641020 or 8696791. OLE color: 8696791.

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

Color convert

RGB 215 179 132 -
CMYK 0 0.17 0.39 0.16
HSL 33.98º 0.51% 0.68% -
HSV(B) 33.98º 0.39% 0.84% -
XYZ 48.31 48.35 28.62 -
YUV 184.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 215 179 132 0 0.17 0.39 0.16 33.98 0.51 0.68
Hex D7 B3 84 0 11 27 10 22 33 44
Octal 327 263 204 0 21 47 20 42 63 104
Binary 11010111 10110011 10000100 0 10001 100111 10000 100010 110011 1000100

Color Harmonies of #D7B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B384

Black with #D7B384

Text Example


Text Example

White with #D7B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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