Html Css Color HEX #D6B484 Calico

📋 copy color: '#D6B484'

red 214 ◦ green 180 ◦ blue 132

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

Shades of Calico #D6B484

Tints of Calico #D6B484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.22%

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

R = 40.68%
G = 34.22%
B = 25.1%

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

#D6B484 (or 0xD6B484) is known color: Calico. HEX triplet: D6, B4 and 84. RGB value is (214,180,132). Sum of RGB (Red+Green+Blue) = 214+180+132=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B484 is #294B7B. Grayscale: #B8B8B8. Windows color (decimal): -2706300 or 8697046. OLE color: 8697046.

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

Color convert

RGB 214 180 132 -
CMYK 0 0.16 0.38 0.16
HSL 35.12º 0.5% 0.68% -
HSV(B) 35.12º 0.38% 0.84% -
XYZ 48.22 48.6 28.67 -
YUV 184.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 214 180 132 0 0.16 0.38 0.16 35.12 0.5 0.68
Hex D6 B4 84 0 10 26 10 23 32 44
Octal 326 264 204 0 20 46 20 43 62 104
Binary 11010110 10110100 10000100 0 10000 100110 10000 100011 110010 1000100

Color Harmonies of #D6B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B484

Black with #D6B484

Text Example


Text Example

White with #D6B484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B484; }

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

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

background-color css

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

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

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

border-color css

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

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

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