Html Css Color HEX #D1B083 Calico

📋 copy color: '#D1B083'

red 209 ◦ green 176 ◦ blue 131

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

Shades of Calico #D1B083

Tints of Calico #D1B083

RGB

 RED value IS 209 (82.03% from 255) = 40.5%

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

 BLUE value IS 131 (51.56% from 255) = 25.39%

R = 40.5%
G = 34.11%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D1B083 (or 0xD1B083) is known color: Calico. HEX triplet: D1, B0 and 83. RGB value is (209,176,131). Sum of RGB (Red+Green+Blue) = 209+176+131=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B083 is #2E4F7C. Grayscale: #B4B4B4. Windows color (decimal): -3035005 or 8630481. OLE color: 8630481.

HSL color Cylindrical-coordinate representation of color #D1B083: hue angle of 34.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1B083 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 131 -
CMYK 0 0.16 0.37 0.18
HSL 34.62º 0.46% 0.67% -
HSV(B) 34.62º 0.37% 0.82% -
XYZ 45.92 46.24 27.98 -
YUV 180.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 209 176 131 0 0.16 0.37 0.18 34.62 0.46 0.67
Hex D1 B0 83 0 10 25 12 23 2E 43
Octal 321 260 203 0 20 45 22 43 56 103
Binary 11010001 10110000 10000011 0 10000 100101 10010 100011 101110 1000011

Color Harmonies of #D1B083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B083

Black with #D1B083

Text Example


Text Example

White with #D1B083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B083; }

 p { color: rgb(209,176,131); }

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

background-color css

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

 a { background-color: rgb(209,176,131); }

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

border-color css

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

 span { border-color: rgb(209,176,131); }

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