Html Css Color HEX #DBC416 Sunflower

📋 copy color: '#DBC416'

red 219 ◦ green 196 ◦ blue 22

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

Shades of Sunflower #DBC416

Tints of Sunflower #DBC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 50.11%
G = 44.85%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBC416 (or 0xDBC416) is known color: Sunflower. HEX triplet: DB, C4 and 16. RGB value is (219,196,22). Sum of RGB (Red+Green+Blue) = 219+196+22=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC416 is #243BE9. Grayscale: #B7B7B7. Windows color (decimal): -2374634 or 1492187. OLE color: 1492187.

HSL color Cylindrical-coordinate representation of color #DBC416: hue angle of 52.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBC416 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 22 -
CMYK 0 0.11 0.90 0.14
HSL 52.99º 0.82% 0.47% -
HSV(B) 52.99º 0.9% 0.86% -
XYZ 49.1 54.6 8.71 -
YUV 183.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 219 196 22 0 0.11 0.90 0.14 52.99 0.82 0.47
Hex DB C4 16 0 B 5A E 35 52 2F
Octal 333 304 26 0 13 132 16 65 122 57
Binary 11011011 11000100 10110 0 1011 1011010 1110 110101 1010010 101111

Color Harmonies of #DBC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC416

Black with #DBC416

Text Example


Text Example

White with #DBC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC416; }

 p { color: rgb(219,196,22); }

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

background-color css

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

 a { background-color: rgb(219,196,22); }

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

border-color css

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

 span { border-color: rgb(219,196,22); }

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