Html Css Color HEX #DBB380 Calico

📋 copy color: '#DBB380'

red 219 ◦ green 179 ◦ blue 128

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

Shades of Calico #DBB380

Tints of Calico #DBB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.03%

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

R = 41.63%
G = 34.03%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB380 (or 0xDBB380) is known color: Calico. HEX triplet: DB, B3 and 80. RGB value is (219,179,128). Sum of RGB (Red+Green+Blue) = 219+179+128=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB380 is #244C7F. Grayscale: #B9B9B9. Windows color (decimal): -2378880 or 8434651. OLE color: 8434651.

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

Color convert

RGB 219 179 128 -
CMYK 0 0.18 0.42 0.14
HSL 33.63º 0.56% 0.68% -
HSV(B) 33.63º 0.42% 0.86% -
XYZ 49.23 48.86 27.26 -
YUV 185.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 219 179 128 0 0.18 0.42 0.14 33.63 0.56 0.68
Hex DB B3 80 0 12 2A E 22 38 44
Octal 333 263 200 0 22 52 16 42 70 104
Binary 11011011 10110011 10000000 0 10010 101010 1110 100010 111000 1000100

Color Harmonies of #DBB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB380

Black with #DBB380

Text Example


Text Example

White with #DBB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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