Html Css Color HEX #DB9323 Buttercup

📋 copy color: '#DB9323'

red 219 ◦ green 147 ◦ blue 35

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

Shades of Buttercup #DB9323

Tints of Buttercup #DB9323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 35 (14.06% from 255) = 8.73%

R = 54.61%
G = 36.66%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB9323 (or 0xDB9323) is known color: Buttercup. HEX triplet: DB, 93 and 23. RGB value is (219,147,35). Sum of RGB (Red+Green+Blue) = 219+147+35=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9323 is #246CDC. Grayscale: #9C9C9C. Windows color (decimal): -2387165 or 2331611. OLE color: 2331611.

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

Color convert

RGB 219 147 35 -
CMYK 0 0.33 0.84 0.14
HSL 36.52º 0.72% 0.5% -
HSV(B) 36.52º 0.84% 0.86% -
XYZ 39.95 36.05 6.44 -
YUV 155.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 219 147 35 0 0.33 0.84 0.14 36.52 0.72 0.5
Hex DB 93 23 0 21 54 E 25 48 32
Octal 333 223 43 0 41 124 16 45 110 62
Binary 11011011 10010011 100011 0 100001 1010100 1110 100101 1001000 110010

Color Harmonies of #DB9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9323

Black with #DB9323

Text Example


Text Example

White with #DB9323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9323; }

 p { color: rgb(219,147,35); }

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

background-color css

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

 a { background-color: rgb(219,147,35); }

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

border-color css

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

 span { border-color: rgb(219,147,35); }

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