Html Css Color HEX #DBC080 Straw

📋 copy color: '#DBC080'

red 219 ◦ green 192 ◦ blue 128

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

Shades of Straw #DBC080

Tints of Straw #DBC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 40.63%
G = 35.62%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBC080 (or 0xDBC080) is known color: Straw. HEX triplet: DB, C0 and 80. RGB value is (219,192,128). Sum of RGB (Red+Green+Blue) = 219+192+128=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC080 is #243F7F. Grayscale: #C1C1C1. Windows color (decimal): -2375552 or 8437979. OLE color: 8437979.

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

Color convert

RGB 219 192 128 -
CMYK 0 0.12 0.42 0.14
HSL 42.2º 0.56% 0.68% -
HSV(B) 42.2º 0.42% 0.86% -
XYZ 51.96 54.32 28.17 -
YUV 192.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 219 192 128 0 0.12 0.42 0.14 42.2 0.56 0.68
Hex DB C0 80 0 C 2A E 2A 38 44
Octal 333 300 200 0 14 52 16 52 70 104
Binary 11011011 11000000 10000000 0 1100 101010 1110 101010 111000 1000100

Color Harmonies of #DBC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC080

Black with #DBC080

Text Example


Text Example

White with #DBC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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