Html Css Color HEX #DBB280 Calico

📋 copy color: '#DBB280'

red 219 ◦ green 178 ◦ blue 128

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

Shades of Calico #DBB280

Tints of Calico #DBB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

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

R = 41.71%
G = 33.9%
B = 24.38%

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

#DBB280 (or 0xDBB280) is known color: Calico. HEX triplet: DB, B2 and 80. RGB value is (219,178,128). Sum of RGB (Red+Green+Blue) = 219+178+128=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB280 is #244D7F. Grayscale: #B8B8B8. Windows color (decimal): -2379136 or 8434395. OLE color: 8434395.

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

Color convert

RGB 219 178 128 -
CMYK 0 0.19 0.42 0.14
HSL 32.97º 0.56% 0.68% -
HSV(B) 32.97º 0.42% 0.86% -
XYZ 49.03 48.46 27.19 -
YUV 184.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 219 178 128 0 0.19 0.42 0.14 32.97 0.56 0.68
Hex DB B2 80 0 13 2A E 21 38 44
Octal 333 262 200 0 23 52 16 41 70 104
Binary 11011011 10110010 10000000 0 10011 101010 1110 100001 111000 1000100

Color Harmonies of #DBB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB280

Black with #DBB280

Text Example


Text Example

White with #DBB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB280; }

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

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

background-color css

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

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

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

border-color css

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

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

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