Html Css Color HEX #DFBA04 Sunflower

📋 copy color: '#DFBA04'

red 223 ◦ green 186 ◦ blue 4

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

Shades of Sunflower #DFBA04

Tints of Sunflower #DFBA04

RGB

 RED value IS 223 (87.5% from 255) = 54%

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 54%
G = 45.04%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFBA04 (or 0xDFBA04) is known color: Sunflower. HEX triplet: DF, BA and 04. RGB value is (223,186,4). Sum of RGB (Red+Green+Blue) = 223+186+4=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA04 is #2045FB. Grayscale: #B1B1B1. Windows color (decimal): -2115068 or 309983. OLE color: 309983.

HSL color Cylindrical-coordinate representation of color #DFBA04: hue angle of 49.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFBA04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 4 -
CMYK 0 0.17 0.98 0.13
HSL 49.86º 0.96% 0.45% -
HSV(B) 49.86º 0.98% 0.87% -
XYZ 48.01 50.81 7.39 -
YUV 176.32 30.76 161.3 -
System Red Green Blue C M Y K H S L
Decimal 223 186 4 0 0.17 0.98 0.13 49.86 0.96 0.45
Hex DF BA 4 0 11 62 D 32 60 2D
Octal 337 272 4 0 21 142 15 62 140 55
Binary 11011111 10111010 100 0 10001 1100010 1101 110010 1100000 101101

Color Harmonies of #DFBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA04

Black with #DFBA04

Text Example


Text Example

White with #DFBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA04; }

 p { color: rgb(223,186,4); }

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

background-color css

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

 a { background-color: rgb(223,186,4); }

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

border-color css

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

 span { border-color: rgb(223,186,4); }

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