Html Css Color HEX #D6B18B Calico

📋 copy color: '#D6B18B'

red 214 ◦ green 177 ◦ blue 139

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

Shades of Calico #D6B18B

Tints of Calico #D6B18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.23%

R = 40.38%
G = 33.4%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6B18B (or 0xD6B18B) is known color: Calico. HEX triplet: D6, B1 and 8B. RGB value is (214,177,139). Sum of RGB (Red+Green+Blue) = 214+177+139=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B18B is #294E74. Grayscale: #B7B7B7. Windows color (decimal): -2707061 or 9155030. OLE color: 9155030.

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

Color convert

RGB 214 177 139 -
CMYK 0 0.17 0.35 0.16
HSL 30.4º 0.48% 0.69% -
HSV(B) 30.4º 0.35% 0.84% -
XYZ 48.11 47.6 31.08 -
YUV 183.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 214 177 139 0 0.17 0.35 0.16 30.4 0.48 0.69
Hex D6 B1 8B 0 11 23 10 1E 30 45
Octal 326 261 213 0 21 43 20 36 60 105
Binary 11010110 10110001 10001011 0 10001 100011 10000 11110 110000 1000101

Color Harmonies of #D6B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B18B

Black with #D6B18B

Text Example


Text Example

White with #D6B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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