Html Css Color HEX #DBA02E Buttercup

📋 copy color: '#DBA02E'

red 219 ◦ green 160 ◦ blue 46

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

Shades of Buttercup #DBA02E

Tints of Buttercup #DBA02E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 51.53%
G = 37.65%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA02E (or 0xDBA02E) is known color: Buttercup. HEX triplet: DB, A0 and 2E. RGB value is (219,160,46). Sum of RGB (Red+Green+Blue) = 219+160+46=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA02E is #245FD1. Grayscale: #A5A5A5. Windows color (decimal): -2383826 or 3055835. OLE color: 3055835.

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

Color convert

RGB 219 160 46 -
CMYK 0 0.27 0.79 0.14
HSL 39.54º 0.71% 0.52% -
HSV(B) 39.54º 0.79% 0.86% -
XYZ 42.28 40.4 8.15 -
YUV 164.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 219 160 46 0 0.27 0.79 0.14 39.54 0.71 0.52
Hex DB A0 2E 0 1B 4F E 28 47 34
Octal 333 240 56 0 33 117 16 50 107 64
Binary 11011011 10100000 101110 0 11011 1001111 1110 101000 1000111 110100

Color Harmonies of #DBA02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA02E

Black with #DBA02E

Text Example


Text Example

White with #DBA02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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