Html Css Color HEX #DBC810 Sunflower

📋 copy color: '#DBC810'

red 219 ◦ green 200 ◦ blue 16

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

Shades of Sunflower #DBC810

Tints of Sunflower #DBC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

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

R = 50.34%
G = 45.98%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBC810 (or 0xDBC810) is known color: Sunflower. HEX triplet: DB, C8 and 10. RGB value is (219,200,16). Sum of RGB (Red+Green+Blue) = 219+200+16=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC810 is #2437EF. Grayscale: #B9B9B9. Windows color (decimal): -2373616 or 1099995. OLE color: 1099995.

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

Color convert

RGB 219 200 16 -
CMYK 0 0.09 0.93 0.14
HSL 54.38º 0.86% 0.46% -
HSV(B) 54.38º 0.93% 0.86% -
XYZ 49.96 56.41 8.74 -
YUV 184.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 219 200 16 0 0.09 0.93 0.14 54.38 0.86 0.46
Hex DB C8 10 0 9 5D E 36 56 2E
Octal 333 310 20 0 11 135 16 66 126 56
Binary 11011011 11001000 10000 0 1001 1011101 1110 110110 1010110 101110

Color Harmonies of #DBC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC810

Black with #DBC810

Text Example


Text Example

White with #DBC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC810; }

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

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

background-color css

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

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

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

border-color css

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

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

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