Html Css Color HEX #D6B47B Calico

📋 copy color: '#D6B47B'

red 214 ◦ green 180 ◦ blue 123

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

Shades of Calico #D6B47B

Tints of Calico #D6B47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 41.39%
G = 34.82%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B47B (or 0xD6B47B) is known color: Calico. HEX triplet: D6, B4 and 7B. RGB value is (214,180,123). Sum of RGB (Red+Green+Blue) = 214+180+123=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B47B is #294B84. Grayscale: #B7B7B7. Windows color (decimal): -2706309 or 8107222. OLE color: 8107222.

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

Color convert

RGB 214 180 123 -
CMYK 0 0.16 0.43 0.16
HSL 37.58º 0.53% 0.66% -
HSV(B) 37.58º 0.43% 0.84% -
XYZ 47.63 48.37 25.56 -
YUV 183.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 214 180 123 0 0.16 0.43 0.16 37.58 0.53 0.66
Hex D6 B4 7B 0 10 2B 10 26 35 42
Octal 326 264 173 0 20 53 20 46 65 102
Binary 11010110 10110100 1111011 0 10000 101011 10000 100110 110101 1000010

Color Harmonies of #D6B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B47B

Black with #D6B47B

Text Example


Text Example

White with #D6B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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