Html Css Color HEX #DB922F Buttercup

📋 copy color: '#DB922F'

red 219 ◦ green 146 ◦ blue 47

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

Shades of Buttercup #DB922F

Tints of Buttercup #DB922F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 53.16%
G = 35.44%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB922F (or 0xDB922F) is known color: Buttercup. HEX triplet: DB, 92 and 2F. RGB value is (219,146,47). Sum of RGB (Red+Green+Blue) = 219+146+47=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB922F is #246DD0. Grayscale: #9D9D9D. Windows color (decimal): -2387409 or 3117787. OLE color: 3117787.

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

Color convert

RGB 219 146 47 -
CMYK 0 0.33 0.79 0.14
HSL 34.53º 0.7% 0.52% -
HSV(B) 34.53º 0.79% 0.86% -
XYZ 40.01 35.82 7.5 -
YUV 156.54 66.18 172.55 -
System Red Green Blue C M Y K H S L
Decimal 219 146 47 0 0.33 0.79 0.14 34.53 0.7 0.52
Hex DB 92 2F 0 21 4F E 23 46 34
Octal 333 222 57 0 41 117 16 43 106 64
Binary 11011011 10010010 101111 0 100001 1001111 1110 100011 1000110 110100

Color Harmonies of #DB922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB922F

Black with #DB922F

Text Example


Text Example

White with #DB922F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB922F; }

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

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

background-color css

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

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

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

border-color css

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

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

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