Html Css Color HEX #D6B384 Calico

📋 copy color: '#D6B384'

red 214 ◦ green 179 ◦ blue 132

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

Shades of Calico #D6B384

Tints of Calico #D6B384

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

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

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

R = 40.76%
G = 34.1%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6B384 (or 0xD6B384) is known color: Calico. HEX triplet: D6, B3 and 84. RGB value is (214,179,132). Sum of RGB (Red+Green+Blue) = 214+179+132=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B384 is #294C7B. Grayscale: #B8B8B8. Windows color (decimal): -2706556 or 8696790. OLE color: 8696790.

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

Color convert

RGB 214 179 132 -
CMYK 0 0.16 0.38 0.16
HSL 34.39º 0.5% 0.68% -
HSV(B) 34.39º 0.38% 0.84% -
XYZ 48.02 48.2 28.6 -
YUV 184.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 214 179 132 0 0.16 0.38 0.16 34.39 0.5 0.68
Hex D6 B3 84 0 10 26 10 22 32 44
Octal 326 263 204 0 20 46 20 42 62 104
Binary 11010110 10110011 10000100 0 10000 100110 10000 100010 110010 1000100

Color Harmonies of #D6B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B384

Black with #D6B384

Text Example


Text Example

White with #D6B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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