Html Css Color HEX #DBC911 Sunflower

📋 copy color: '#DBC911'

red 219 ◦ green 201 ◦ blue 17

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

Shades of Sunflower #DBC911

Tints of Sunflower #DBC911

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46%

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

R = 50.11%
G = 46%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC911 (or 0xDBC911) is known color: Sunflower. HEX triplet: DB, C9 and 11. RGB value is (219,201,17). Sum of RGB (Red+Green+Blue) = 219+201+17=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC911 is #2436EE. Grayscale: #BABABA. Windows color (decimal): -2373359 or 1165787. OLE color: 1165787.

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

Color convert

RGB 219 201 17 -
CMYK 0 0.08 0.92 0.14
HSL 54.65º 0.86% 0.46% -
HSV(B) 54.65º 0.92% 0.86% -
XYZ 50.2 56.87 8.86 -
YUV 185.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 219 201 17 0 0.08 0.92 0.14 54.65 0.86 0.46
Hex DB C9 11 0 8 5C E 37 56 2E
Octal 333 311 21 0 10 134 16 67 126 56
Binary 11011011 11001001 10001 0 1000 1011100 1110 110111 1010110 101110

Color Harmonies of #DBC911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC911

Black with #DBC911

Text Example


Text Example

White with #DBC911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC911; }

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

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

background-color css

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

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

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

border-color css

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

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

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