Html Css Color HEX #DBC611 Sunflower

📋 copy color: '#DBC611'

red 219 ◦ green 198 ◦ blue 17

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

Shades of Sunflower #DBC611

Tints of Sunflower #DBC611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.92%

R = 50.46%
G = 45.62%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC611 (or 0xDBC611) is known color: Sunflower. HEX triplet: DB, C6 and 11. RGB value is (219,198,17). Sum of RGB (Red+Green+Blue) = 219+198+17=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC611 is #2439EE. Grayscale: #B8B8B8. Windows color (decimal): -2374127 or 1165019. OLE color: 1165019.

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

Color convert

RGB 219 198 17 -
CMYK 0 0.10 0.92 0.14
HSL 53.76º 0.86% 0.46% -
HSV(B) 53.76º 0.92% 0.86% -
XYZ 49.51 55.49 8.63 -
YUV 183.65 33.96 153.22 -
System Red Green Blue C M Y K H S L
Decimal 219 198 17 0 0.10 0.92 0.14 53.76 0.86 0.46
Hex DB C6 11 0 A 5C E 36 56 2E
Octal 333 306 21 0 12 134 16 66 126 56
Binary 11011011 11000110 10001 0 1010 1011100 1110 110110 1010110 101110

Color Harmonies of #DBC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC611

Black with #DBC611

Text Example


Text Example

White with #DBC611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC611; }

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

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

background-color css

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

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

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

border-color css

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

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

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