Html Css Color HEX #DBC70F Sunflower

📋 copy color: '#DBC70F'

red 219 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #DBC70F

Tints of Sunflower #DBC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 50.58%
G = 45.96%
B = 3.46%

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

#DBC70F (or 0xDBC70F) is known color: Sunflower. HEX triplet: DB, C7 and 0F. RGB value is (219,199,15). Sum of RGB (Red+Green+Blue) = 219+199+15=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC70F is #2438F0. Grayscale: #B8B8B8. Windows color (decimal): -2373873 or 1034203. OLE color: 1034203.

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

Color convert

RGB 219 199 15 -
CMYK 0 0.09 0.93 0.14
HSL 54.12º 0.87% 0.46% -
HSV(B) 54.12º 0.93% 0.86% -
XYZ 49.72 55.94 8.63 -
YUV 184 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 219 199 15 0 0.09 0.93 0.14 54.12 0.87 0.46
Hex DB C7 F 0 9 5D E 36 57 2E
Octal 333 307 17 0 11 135 16 66 127 56
Binary 11011011 11000111 1111 0 1001 1011101 1110 110110 1010111 101110

Color Harmonies of #DBC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC70F

Black with #DBC70F

Text Example


Text Example

White with #DBC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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