Html Css Color HEX #DBC51E Sunflower

📋 copy color: '#DBC51E'

red 219 ◦ green 197 ◦ blue 30

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

Shades of Sunflower #DBC51E

Tints of Sunflower #DBC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 49.1%
G = 44.17%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBC51E (or 0xDBC51E) is known color: Sunflower. HEX triplet: DB, C5 and 1E. RGB value is (219,197,30). Sum of RGB (Red+Green+Blue) = 219+197+30=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC51E is #243AE1. Grayscale: #B9B9B9. Windows color (decimal): -2374370 or 2016731. OLE color: 2016731.

HSL color Cylindrical-coordinate representation of color #DBC51E: hue angle of 53.02º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBC51E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 30 -
CMYK 0 0.10 0.86 0.14
HSL 53.02º 0.76% 0.49% -
HSV(B) 53.02º 0.86% 0.86% -
XYZ 49.41 55.09 9.26 -
YUV 184.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 219 197 30 0 0.10 0.86 0.14 53.02 0.76 0.49
Hex DB C5 1E 0 A 56 E 35 4C 31
Octal 333 305 36 0 12 126 16 65 114 61
Binary 11011011 11000101 11110 0 1010 1010110 1110 110101 1001100 110001

Color Harmonies of #DBC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC51E

Black with #DBC51E

Text Example


Text Example

White with #DBC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC51E; }

 p { color: rgb(219,197,30); }

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

background-color css

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

 a { background-color: rgb(219,197,30); }

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

border-color css

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

 span { border-color: rgb(219,197,30); }

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