Html Css Color HEX #DBC521 Sunflower

📋 copy color: '#DBC521'

red 219 ◦ green 197 ◦ blue 33

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

Shades of Sunflower #DBC521

Tints of Sunflower #DBC521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.35%

R = 48.78%
G = 43.88%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBC521 (or 0xDBC521) is known color: Sunflower. HEX triplet: DB, C5 and 21. RGB value is (219,197,33). Sum of RGB (Red+Green+Blue) = 219+197+33=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC521 is #243ADE. Grayscale: #B9B9B9. Windows color (decimal): -2374367 or 2213339. OLE color: 2213339.

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

Color convert

RGB 219 197 33 -
CMYK 0 0.10 0.85 0.14
HSL 52.9º 0.74% 0.49% -
HSV(B) 52.9º 0.85% 0.86% -
XYZ 49.45 55.1 9.47 -
YUV 184.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 219 197 33 0 0.10 0.85 0.14 52.9 0.74 0.49
Hex DB C5 21 0 A 55 E 35 4A 31
Octal 333 305 41 0 12 125 16 65 112 61
Binary 11011011 11000101 100001 0 1010 1010101 1110 110101 1001010 110001

Color Harmonies of #DBC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC521

Black with #DBC521

Text Example


Text Example

White with #DBC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC521; }

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

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

background-color css

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

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

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

border-color css

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

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

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