Html Css Color HEX #D6B182 Calico

📋 copy color: '#D6B182'

red 214 ◦ green 177 ◦ blue 130

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

Shades of Calico #D6B182

Tints of Calico #D6B182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

 BLUE value IS 130 (51.17% from 255) = 24.95%

R = 41.07%
G = 33.97%
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

#D6B182 (or 0xD6B182) is known color: Calico. HEX triplet: D6, B1 and 82. RGB value is (214,177,130). Sum of RGB (Red+Green+Blue) = 214+177+130=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B182 is #294E7D. Grayscale: #B6B6B6. Windows color (decimal): -2707070 or 8565206. OLE color: 8565206.

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

Color convert

RGB 214 177 130 -
CMYK 0 0.17 0.39 0.16
HSL 33.57º 0.51% 0.67% -
HSV(B) 33.57º 0.39% 0.84% -
XYZ 47.48 47.35 27.76 -
YUV 182.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 214 177 130 0 0.17 0.39 0.16 33.57 0.51 0.67
Hex D6 B1 82 0 11 27 10 22 33 43
Octal 326 261 202 0 21 47 20 42 63 103
Binary 11010110 10110001 10000010 0 10001 100111 10000 100010 110011 1000011

Color Harmonies of #D6B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B182

Black with #D6B182

Text Example


Text Example

White with #D6B182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B182; }

 p { color: rgb(214,177,130); }

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

background-color css

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

 a { background-color: rgb(214,177,130); }

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

border-color css

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

 span { border-color: rgb(214,177,130); }

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