Html Css Color HEX #DBC610 Sunflower

📋 copy color: '#DBC610'

red 219 ◦ green 198 ◦ blue 16

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

Shades of Sunflower #DBC610

Tints of Sunflower #DBC610

RGB

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

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

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

R = 50.58%
G = 45.73%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBC610 (or 0xDBC610) is known color: Sunflower. HEX triplet: DB, C6 and 10. RGB value is (219,198,16). Sum of RGB (Red+Green+Blue) = 219+198+16=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC610 is #2439EF. Grayscale: #B8B8B8. Windows color (decimal): -2374128 or 1099483. OLE color: 1099483.

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

Color convert

RGB 219 198 16 -
CMYK 0 0.10 0.93 0.14
HSL 53.79º 0.86% 0.46% -
HSV(B) 53.79º 0.93% 0.86% -
XYZ 49.5 55.49 8.59 -
YUV 183.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 219 198 16 0 0.10 0.93 0.14 53.79 0.86 0.46
Hex DB C6 10 0 A 5D E 36 56 2E
Octal 333 306 20 0 12 135 16 66 126 56
Binary 11011011 11000110 10000 0 1010 1011101 1110 110110 1010110 101110

Color Harmonies of #DBC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC610

Black with #DBC610

Text Example


Text Example

White with #DBC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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