Html Css Color HEX #D6B084 Calico

📋 copy color: '#D6B084'

red 214 ◦ green 176 ◦ blue 132

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

Shades of Calico #D6B084

Tints of Calico #D6B084

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

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

R = 41%
G = 33.72%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6B084 (or 0xD6B084) is known color: Calico. HEX triplet: D6, B0 and 84. RGB value is (214,176,132). Sum of RGB (Red+Green+Blue) = 214+176+132=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B084 is #294F7B. Grayscale: #B6B6B6. Windows color (decimal): -2707324 or 8696022. OLE color: 8696022.

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

Color convert

RGB 214 176 132 -
CMYK 0 0.18 0.38 0.16
HSL 32.2º 0.5% 0.68% -
HSV(B) 32.2º 0.38% 0.84% -
XYZ 47.42 47.01 28.4 -
YUV 182.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 214 176 132 0 0.18 0.38 0.16 32.2 0.5 0.68
Hex D6 B0 84 0 12 26 10 20 32 44
Octal 326 260 204 0 22 46 20 40 62 104
Binary 11010110 10110000 10000100 0 10010 100110 10000 100000 110010 1000100

Color Harmonies of #D6B084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B084

Black with #D6B084

Text Example


Text Example

White with #D6B084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B084; }

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

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

background-color css

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

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

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

border-color css

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

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

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