Html Css Color HEX #DB902E Buttercup

📋 copy color: '#DB902E'

red 219 ◦ green 144 ◦ blue 46

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

Shades of Buttercup #DB902E

Tints of Buttercup #DB902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.25%

R = 53.55%
G = 35.21%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB902E (or 0xDB902E) is known color: Buttercup. HEX triplet: DB, 90 and 2E. RGB value is (219,144,46). Sum of RGB (Red+Green+Blue) = 219+144+46=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB902E is #246FD1. Grayscale: #9B9B9B. Windows color (decimal): -2387922 or 3051739. OLE color: 3051739.

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

Color convert

RGB 219 144 46 -
CMYK 0 0.34 0.79 0.14
HSL 33.99º 0.71% 0.52% -
HSV(B) 33.99º 0.79% 0.86% -
XYZ 39.68 35.2 7.29 -
YUV 155.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 219 144 46 0 0.34 0.79 0.14 33.99 0.71 0.52
Hex DB 90 2E 0 22 4F E 22 47 34
Octal 333 220 56 0 42 117 16 42 107 64
Binary 11011011 10010000 101110 0 100010 1001111 1110 100010 1000111 110100

Color Harmonies of #DB902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB902E

Black with #DB902E

Text Example


Text Example

White with #DB902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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