Html Css Color HEX #DFBA00 Sunflower

📋 copy color: '#DFBA00'

red 223 ◦ green 186 ◦ blue 0

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

Shades of Sunflower #DFBA00

Tints of Sunflower #DFBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.52%
G = 45.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFBA00 (or 0xDFBA00) is known color: Sunflower. HEX triplet: DF, BA and 00. RGB value is (223,186,0). Sum of RGB (Red+Green+Blue) = 223+186+0=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA00 is #2045FF. Grayscale: #B0B0B0. Windows color (decimal): -2115072 or 47839. OLE color: 47839.

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

Color convert

RGB 223 186 0 -
CMYK 0 0.17 1 0.13
HSL 50.04º 1% 0.44% -
HSV(B) 50.04º 1% 0.87% -
XYZ 47.99 50.81 7.28 -
YUV 175.86 28.76 161.62 -
System Red Green Blue C M Y K H S L
Decimal 223 186 0 0 0.17 1 0.13 50.04 1 0.44
Hex DF BA 0 0 11 64 D 32 64 2C
Octal 337 272 0 0 21 144 15 62 144 54
Binary 11011111 10111010 0 0 10001 1100100 1101 110010 1100100 101100

Color Harmonies of #DFBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA00

Black with #DFBA00

Text Example


Text Example

White with #DFBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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