Html Css Color HEX #DBC116 Sunflower

📋 copy color: '#DBC116'

red 219 ◦ green 193 ◦ blue 22

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

Shades of Sunflower #DBC116

Tints of Sunflower #DBC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

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

R = 50.46%
G = 44.47%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBC116 (or 0xDBC116) is known color: Sunflower. HEX triplet: DB, C1 and 16. RGB value is (219,193,22). Sum of RGB (Red+Green+Blue) = 219+193+22=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC116 is #243EE9. Grayscale: #B5B5B5. Windows color (decimal): -2375402 or 1491419. OLE color: 1491419.

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

Color convert

RGB 219 193 22 -
CMYK 0 0.12 0.90 0.14
HSL 52.08º 0.82% 0.47% -
HSV(B) 52.08º 0.9% 0.86% -
XYZ 48.43 53.26 8.49 -
YUV 181.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 219 193 22 0 0.12 0.90 0.14 52.08 0.82 0.47
Hex DB C1 16 0 C 5A E 34 52 2F
Octal 333 301 26 0 14 132 16 64 122 57
Binary 11011011 11000001 10110 0 1100 1011010 1110 110100 1010010 101111

Color Harmonies of #DBC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC116

Black with #DBC116

Text Example


Text Example

White with #DBC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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