Html Css Color HEX #DBC411 Sunflower

📋 copy color: '#DBC411'

red 219 ◦ green 196 ◦ blue 17

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

Shades of Sunflower #DBC411

Tints of Sunflower #DBC411

RGB

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

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

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

R = 50.69%
G = 45.37%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC411 (or 0xDBC411) is known color: Sunflower. HEX triplet: DB, C4 and 11. RGB value is (219,196,17). Sum of RGB (Red+Green+Blue) = 219+196+17=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC411 is #243BEE. Grayscale: #B7B7B7. Windows color (decimal): -2374639 or 1164507. OLE color: 1164507.

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

Color convert

RGB 219 196 17 -
CMYK 0 0.11 0.92 0.14
HSL 53.17º 0.86% 0.46% -
HSV(B) 53.17º 0.92% 0.86% -
XYZ 49.05 54.58 8.48 -
YUV 182.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 219 196 17 0 0.11 0.92 0.14 53.17 0.86 0.46
Hex DB C4 11 0 B 5C E 35 56 2E
Octal 333 304 21 0 13 134 16 65 126 56
Binary 11011011 11000100 10001 0 1011 1011100 1110 110101 1010110 101110

Color Harmonies of #DBC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC411

Black with #DBC411

Text Example


Text Example

White with #DBC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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