Html Css Color HEX #DBB180 Calico

📋 copy color: '#DBB180'

red 219 ◦ green 177 ◦ blue 128

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

Shades of Calico #DBB180

Tints of Calico #DBB180

RGB

 RED value IS 219 (85.94% from 255) = 41.79%

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

 BLUE value IS 128 (50.39% from 255) = 24.43%

R = 41.79%
G = 33.78%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB180 (or 0xDBB180) is known color: Calico. HEX triplet: DB, B1 and 80. RGB value is (219,177,128). Sum of RGB (Red+Green+Blue) = 219+177+128=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB180 is #244E7F. Grayscale: #B8B8B8. Windows color (decimal): -2379392 or 8434139. OLE color: 8434139.

HSL color Cylindrical-coordinate representation of color #DBB180: hue angle of 32.31º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB180 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 128 -
CMYK 0 0.19 0.42 0.14
HSL 32.31º 0.56% 0.68% -
HSV(B) 32.31º 0.42% 0.86% -
XYZ 48.83 48.06 27.13 -
YUV 183.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 219 177 128 0 0.19 0.42 0.14 32.31 0.56 0.68
Hex DB B1 80 0 13 2A E 20 38 44
Octal 333 261 200 0 23 52 16 40 70 104
Binary 11011011 10110001 10000000 0 10011 101010 1110 100000 111000 1000100

Color Harmonies of #DBB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB180

Black with #DBB180

Text Example


Text Example

White with #DBB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB180; }

 p { color: rgb(219,177,128); }

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

background-color css

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

 a { background-color: rgb(219,177,128); }

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

border-color css

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

 span { border-color: rgb(219,177,128); }

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