Html Css Color HEX #DBC711 Sunflower

📋 copy color: '#DBC711'

red 219 ◦ green 199 ◦ blue 17

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

Shades of Sunflower #DBC711

Tints of Sunflower #DBC711

RGB

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

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

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

R = 50.34%
G = 45.75%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC711 (or 0xDBC711) is known color: Sunflower. HEX triplet: DB, C7 and 11. RGB value is (219,199,17). Sum of RGB (Red+Green+Blue) = 219+199+17=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC711 is #2438EE. Grayscale: #B8B8B8. Windows color (decimal): -2373871 or 1165275. OLE color: 1165275.

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

Color convert

RGB 219 199 17 -
CMYK 0 0.09 0.92 0.14
HSL 54.06º 0.86% 0.46% -
HSV(B) 54.06º 0.92% 0.86% -
XYZ 49.74 55.95 8.71 -
YUV 184.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 219 199 17 0 0.09 0.92 0.14 54.06 0.86 0.46
Hex DB C7 11 0 9 5C E 36 56 2E
Octal 333 307 21 0 11 134 16 66 126 56
Binary 11011011 11000111 10001 0 1001 1011100 1110 110110 1010110 101110

Color Harmonies of #DBC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC711

Black with #DBC711

Text Example


Text Example

White with #DBC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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