Html Css Color HEX #DBC710 Sunflower

📋 copy color: '#DBC710'

red 219 ◦ green 199 ◦ blue 16

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

Shades of Sunflower #DBC710

Tints of Sunflower #DBC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

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

R = 50.46%
G = 45.85%
B = 3.69%

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

#DBC710 (or 0xDBC710) is known color: Sunflower. HEX triplet: DB, C7 and 10. RGB value is (219,199,16). Sum of RGB (Red+Green+Blue) = 219+199+16=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC710 is #2438EF. Grayscale: #B8B8B8. Windows color (decimal): -2373872 or 1099739. OLE color: 1099739.

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

Color convert

RGB 219 199 16 -
CMYK 0 0.09 0.93 0.14
HSL 54.09º 0.86% 0.46% -
HSV(B) 54.09º 0.93% 0.86% -
XYZ 49.73 55.94 8.67 -
YUV 184.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 219 199 16 0 0.09 0.93 0.14 54.09 0.86 0.46
Hex DB C7 10 0 9 5D E 36 56 2E
Octal 333 307 20 0 11 135 16 66 126 56
Binary 11011011 11000111 10000 0 1001 1011101 1110 110110 1010110 101110

Color Harmonies of #DBC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC710

Black with #DBC710

Text Example


Text Example

White with #DBC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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