Html Css Color HEX #DBB080 Calico

📋 copy color: '#DBB080'

red 219 ◦ green 176 ◦ blue 128

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

Shades of Calico #DBB080

Tints of Calico #DBB080

RGB

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

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

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

R = 41.87%
G = 33.65%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB080 (or 0xDBB080) is known color: Calico. HEX triplet: DB, B0 and 80. RGB value is (219,176,128). Sum of RGB (Red+Green+Blue) = 219+176+128=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB080 is #244F7F. Grayscale: #B7B7B7. Windows color (decimal): -2379648 or 8433883. OLE color: 8433883.

HSL color Cylindrical-coordinate representation of color #DBB080: hue angle of 31.65º 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 #DBB080 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 128 -
CMYK 0 0.20 0.42 0.14
HSL 31.65º 0.56% 0.68% -
HSV(B) 31.65º 0.42% 0.86% -
XYZ 48.64 47.67 27.06 -
YUV 183.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 219 176 128 0 0.20 0.42 0.14 31.65 0.56 0.68
Hex DB B0 80 0 14 2A E 20 38 44
Octal 333 260 200 0 24 52 16 40 70 104
Binary 11011011 10110000 10000000 0 10100 101010 1110 100000 111000 1000100

Color Harmonies of #DBB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB080

Black with #DBB080

Text Example


Text Example

White with #DBB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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