Html Css Color HEX #DBC910 Sunflower

📋 copy color: '#DBC910'

red 219 ◦ green 201 ◦ blue 16

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

Shades of Sunflower #DBC910

Tints of Sunflower #DBC910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 50.23%
G = 46.1%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBC910 (or 0xDBC910) is known color: Sunflower. HEX triplet: DB, C9 and 10. RGB value is (219,201,16). Sum of RGB (Red+Green+Blue) = 219+201+16=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC910 is #2436EF. Grayscale: #BABABA. Windows color (decimal): -2373360 or 1100251. OLE color: 1100251.

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

Color convert

RGB 219 201 16 -
CMYK 0 0.08 0.93 0.14
HSL 54.68º 0.86% 0.46% -
HSV(B) 54.68º 0.93% 0.86% -
XYZ 50.19 56.87 8.82 -
YUV 185.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 219 201 16 0 0.08 0.93 0.14 54.68 0.86 0.46
Hex DB C9 10 0 8 5D E 37 56 2E
Octal 333 311 20 0 10 135 16 67 126 56
Binary 11011011 11001001 10000 0 1000 1011101 1110 110111 1010110 101110

Color Harmonies of #DBC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC910

Black with #DBC910

Text Example


Text Example

White with #DBC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC910; }

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

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

background-color css

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

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

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

border-color css

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

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

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