Html Css Color HEX #DB9023 Buttercup

📋 copy color: '#DB9023'

red 219 ◦ green 144 ◦ blue 35

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

Shades of Buttercup #DB9023

Tints of Buttercup #DB9023

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

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

R = 55.03%
G = 36.18%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB9023 (or 0xDB9023) is known color: Buttercup. HEX triplet: DB, 90 and 23. RGB value is (219,144,35). Sum of RGB (Red+Green+Blue) = 219+144+35=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9023 is #246FDC. Grayscale: #9A9A9A. Windows color (decimal): -2387933 or 2330843. OLE color: 2330843.

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

Color convert

RGB 219 144 35 -
CMYK 0 0.34 0.84 0.14
HSL 35.54º 0.72% 0.5% -
HSV(B) 35.54º 0.84% 0.86% -
XYZ 39.49 35.13 6.29 -
YUV 154 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 219 144 35 0 0.34 0.84 0.14 35.54 0.72 0.5
Hex DB 90 23 0 22 54 E 24 48 32
Octal 333 220 43 0 42 124 16 44 110 62
Binary 11011011 10010000 100011 0 100010 1010100 1110 100100 1001000 110010

Color Harmonies of #DB9023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9023

Black with #DB9023

Text Example


Text Example

White with #DB9023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9023; }

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

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

background-color css

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

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

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

border-color css

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

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

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