Html Css Color HEX #DB902A Buttercup

📋 copy color: '#DB902A'

red 219 ◦ green 144 ◦ blue 42

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

Shades of Buttercup #DB902A

Tints of Buttercup #DB902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 54.07%
G = 35.56%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB902A (or 0xDB902A) is known color: Buttercup. HEX triplet: DB, 90 and 2A. RGB value is (219,144,42). Sum of RGB (Red+Green+Blue) = 219+144+42=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB902A is #246FD5. Grayscale: #9B9B9B. Windows color (decimal): -2387926 or 2789595. OLE color: 2789595.

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

Color convert

RGB 219 144 42 -
CMYK 0 0.34 0.81 0.14
HSL 34.58º 0.71% 0.51% -
HSV(B) 34.58º 0.81% 0.86% -
XYZ 39.6 35.17 6.89 -
YUV 154.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 219 144 42 0 0.34 0.81 0.14 34.58 0.71 0.51
Hex DB 90 2A 0 22 51 E 23 47 33
Octal 333 220 52 0 42 121 16 43 107 63
Binary 11011011 10010000 101010 0 100010 1010001 1110 100011 1000111 110011

Color Harmonies of #DB902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB902A

Black with #DB902A

Text Example


Text Example

White with #DB902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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