Html Css Color HEX #DBC620 Sunflower

📋 copy color: '#DBC620'

red 219 ◦ green 198 ◦ blue 32

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

Shades of Sunflower #DBC620

Tints of Sunflower #DBC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 48.78%
G = 44.1%
B = 7.13%

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

#DBC620 (or 0xDBC620) is known color: Sunflower. HEX triplet: DB, C6 and 20. RGB value is (219,198,32). Sum of RGB (Red+Green+Blue) = 219+198+32=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC620 is #2439DF. Grayscale: #BABABA. Windows color (decimal): -2374112 or 2148059. OLE color: 2148059.

HSL color Cylindrical-coordinate representation of color #DBC620: hue angle of 53.26º degrees, saturation: 0.75, 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 #DBC620 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 32 -
CMYK 0 0.10 0.85 0.14
HSL 53.26º 0.75% 0.49% -
HSV(B) 53.26º 0.85% 0.86% -
XYZ 49.67 55.55 9.47 -
YUV 185.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 219 198 32 0 0.10 0.85 0.14 53.26 0.75 0.49
Hex DB C6 20 0 A 55 E 35 4B 31
Octal 333 306 40 0 12 125 16 65 113 61
Binary 11011011 11000110 100000 0 1010 1010101 1110 110101 1001011 110001

Color Harmonies of #DBC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC620

Black with #DBC620

Text Example


Text Example

White with #DBC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC620; }

 p { color: rgb(219,198,32); }

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

background-color css

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

 a { background-color: rgb(219,198,32); }

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

border-color css

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

 span { border-color: rgb(219,198,32); }

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