Html Css Color HEX #DB922B Buttercup

📋 copy color: '#DB922B'

red 219 ◦ green 146 ◦ blue 43

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

Shades of Buttercup #DB922B

Tints of Buttercup #DB922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 53.68%
G = 35.78%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB922B (or 0xDB922B) is known color: Buttercup. HEX triplet: DB, 92 and 2B. RGB value is (219,146,43). Sum of RGB (Red+Green+Blue) = 219+146+43=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB922B is #246DD4. Grayscale: #9C9C9C. Windows color (decimal): -2387413 or 2855643. OLE color: 2855643.

HSL color Cylindrical-coordinate representation of color #DB922B: hue angle of 35.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB922B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 43 -
CMYK 0 0.33 0.80 0.14
HSL 35.11º 0.71% 0.51% -
HSV(B) 35.11º 0.8% 0.86% -
XYZ 39.93 35.79 7.09 -
YUV 156.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 219 146 43 0 0.33 0.80 0.14 35.11 0.71 0.51
Hex DB 92 2B 0 21 50 E 23 47 33
Octal 333 222 53 0 41 120 16 43 107 63
Binary 11011011 10010010 101011 0 100001 1010000 1110 100011 1000111 110011

Color Harmonies of #DB922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB922B

Black with #DB922B

Text Example


Text Example

White with #DB922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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