Html Css Color HEX #DB9230 Buttercup

📋 copy color: '#DB9230'

red 219 ◦ green 146 ◦ blue 48

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

Shades of Buttercup #DB9230

Tints of Buttercup #DB9230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 53.03%
G = 35.35%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9230 (or 0xDB9230) is known color: Buttercup. HEX triplet: DB, 92 and 30. RGB value is (219,146,48). Sum of RGB (Red+Green+Blue) = 219+146+48=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9230 is #246DCF. Grayscale: #9D9D9D. Windows color (decimal): -2387408 or 3183323. OLE color: 3183323.

HSL color Cylindrical-coordinate representation of color #DB9230: hue angle of 34.39º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB9230 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 48 -
CMYK 0 0.33 0.78 0.14
HSL 34.39º 0.7% 0.52% -
HSV(B) 34.39º 0.78% 0.86% -
XYZ 40.03 35.83 7.6 -
YUV 156.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 219 146 48 0 0.33 0.78 0.14 34.39 0.7 0.52
Hex DB 92 30 0 21 4E E 22 46 34
Octal 333 222 60 0 41 116 16 42 106 64
Binary 11011011 10010010 110000 0 100001 1001110 1110 100010 1000110 110100

Color Harmonies of #DB9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9230

Black with #DB9230

Text Example


Text Example

White with #DB9230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9230; }

 p { color: rgb(219,146,48); }

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

background-color css

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

 a { background-color: rgb(219,146,48); }

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

border-color css

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

 span { border-color: rgb(219,146,48); }

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