Html Css Color HEX #DB9630 Buttercup

📋 copy color: '#DB9630'

red 219 ◦ green 150 ◦ blue 48

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

Shades of Buttercup #DB9630

Tints of Buttercup #DB9630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 52.52%
G = 35.97%
B = 11.51%

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

#DB9630 (or 0xDB9630) is known color: Buttercup. HEX triplet: DB, 96 and 30. RGB value is (219,150,48). Sum of RGB (Red+Green+Blue) = 219+150+48=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9630 is #2469CF. Grayscale: #9F9F9F. Windows color (decimal): -2386384 or 3184347. OLE color: 3184347.

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

Color convert

RGB 219 150 48 -
CMYK 0 0.32 0.78 0.14
HSL 35.79º 0.7% 0.52% -
HSV(B) 35.79º 0.78% 0.86% -
XYZ 40.65 37.09 7.81 -
YUV 159 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 219 150 48 0 0.32 0.78 0.14 35.79 0.7 0.52
Hex DB 96 30 0 20 4E E 24 46 34
Octal 333 226 60 0 40 116 16 44 106 64
Binary 11011011 10010110 110000 0 100000 1001110 1110 100100 1000110 110100

Color Harmonies of #DB9630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9630

Black with #DB9630

Text Example


Text Example

White with #DB9630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9630; }

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

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

background-color css

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

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

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

border-color css

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

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

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