Html Css Color HEX #DBC60F Sunflower

📋 copy color: '#DBC60F'

red 219 ◦ green 198 ◦ blue 15

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

Shades of Sunflower #DBC60F

Tints of Sunflower #DBC60F

RGB

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

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

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

R = 50.69%
G = 45.83%
B = 3.47%

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

#DBC60F (or 0xDBC60F) is known color: Sunflower. HEX triplet: DB, C6 and 0F. RGB value is (219,198,15). Sum of RGB (Red+Green+Blue) = 219+198+15=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC60F is #2439F0. Grayscale: #B8B8B8. Windows color (decimal): -2374129 or 1033947. OLE color: 1033947.

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

Color convert

RGB 219 198 15 -
CMYK 0 0.10 0.93 0.14
HSL 53.82º 0.87% 0.46% -
HSV(B) 53.82º 0.93% 0.86% -
XYZ 49.49 55.48 8.55 -
YUV 183.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 219 198 15 0 0.10 0.93 0.14 53.82 0.87 0.46
Hex DB C6 F 0 A 5D E 36 57 2E
Octal 333 306 17 0 12 135 16 66 127 56
Binary 11011011 11000110 1111 0 1010 1011101 1110 110110 1010111 101110

Color Harmonies of #DBC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC60F

Black with #DBC60F

Text Example


Text Example

White with #DBC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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