Html Css Color HEX #D7B18B Calico

📋 copy color: '#D7B18B'

red 215 ◦ green 177 ◦ blue 139

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

Shades of Calico #D7B18B

Tints of Calico #D7B18B

RGB

 RED value IS 215 (84.38% from 255) = 40.49%

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

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

R = 40.49%
G = 33.33%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7B18B (or 0xD7B18B) is known color: Calico. HEX triplet: D7, B1 and 8B. RGB value is (215,177,139). Sum of RGB (Red+Green+Blue) = 215+177+139=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B18B is #284E74. Grayscale: #B8B8B8. Windows color (decimal): -2641525 or 9155031. OLE color: 9155031.

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

Color convert

RGB 215 177 139 -
CMYK 0 0.18 0.35 0.16
HSL 30º 0.49% 0.69% -
HSV(B) 30º 0.35% 0.84% -
XYZ 48.41 47.76 31.09 -
YUV 184.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 215 177 139 0 0.18 0.35 0.16 30 0.49 0.69
Hex D7 B1 8B 0 12 23 10 1E 31 45
Octal 327 261 213 0 22 43 20 36 61 105
Binary 11010111 10110001 10001011 0 10010 100011 10000 11110 110001 1000101

Color Harmonies of #D7B18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B18B

Black with #D7B18B

Text Example


Text Example

White with #D7B18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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