Html Css Color HEX #DB902B Buttercup

📋 copy color: '#DB902B'

red 219 ◦ green 144 ◦ blue 43

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

Shades of Buttercup #DB902B

Tints of Buttercup #DB902B

RGB

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

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

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

R = 53.94%
G = 35.47%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB902B (or 0xDB902B) is known color: Buttercup. HEX triplet: DB, 90 and 2B. RGB value is (219,144,43). Sum of RGB (Red+Green+Blue) = 219+144+43=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB902B is #246FD4. Grayscale: #9B9B9B. Windows color (decimal): -2387925 or 2855131. OLE color: 2855131.

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

Color convert

RGB 219 144 43 -
CMYK 0 0.34 0.80 0.14
HSL 34.43º 0.71% 0.51% -
HSV(B) 34.43º 0.8% 0.86% -
XYZ 39.62 35.18 6.99 -
YUV 154.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 219 144 43 0 0.34 0.80 0.14 34.43 0.71 0.51
Hex DB 90 2B 0 22 50 E 22 47 33
Octal 333 220 53 0 42 120 16 42 107 63
Binary 11011011 10010000 101011 0 100010 1010000 1110 100010 1000111 110011

Color Harmonies of #DB902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB902B

Black with #DB902B

Text Example


Text Example

White with #DB902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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