Html Css Color HEX #DB9530 Buttercup

📋 copy color: '#DB9530'

red 219 ◦ green 149 ◦ blue 48

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

Shades of Buttercup #DB9530

Tints of Buttercup #DB9530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 52.64%
G = 35.82%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB9530 (or 0xDB9530) is known color: Buttercup. HEX triplet: DB, 95 and 30. RGB value is (219,149,48). Sum of RGB (Red+Green+Blue) = 219+149+48=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9530 is #246ACF. Grayscale: #9E9E9E. Windows color (decimal): -2386640 or 3184091. OLE color: 3184091.

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

Color convert

RGB 219 149 48 -
CMYK 0 0.32 0.78 0.14
HSL 35.44º 0.7% 0.52% -
HSV(B) 35.44º 0.78% 0.86% -
XYZ 40.49 36.77 7.76 -
YUV 158.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 219 149 48 0 0.32 0.78 0.14 35.44 0.7 0.52
Hex DB 95 30 0 20 4E E 23 46 34
Octal 333 225 60 0 40 116 16 43 106 64
Binary 11011011 10010101 110000 0 100000 1001110 1110 100011 1000110 110100

Color Harmonies of #DB9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9530

Black with #DB9530

Text Example


Text Example

White with #DB9530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9530; }

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

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

background-color css

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

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

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

border-color css

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

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

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