Html Css Color HEX #DFBA0A Sunflower

📋 copy color: '#DFBA0A'

red 223 ◦ green 186 ◦ blue 10

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

Shades of Sunflower #DFBA0A

Tints of Sunflower #DFBA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 53.22%
G = 44.39%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFBA0A (or 0xDFBA0A) is known color: Sunflower. HEX triplet: DF, BA and 0A. RGB value is (223,186,10). Sum of RGB (Red+Green+Blue) = 223+186+10=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA0A is #2045F5. Grayscale: #B1B1B1. Windows color (decimal): -2115062 or 703199. OLE color: 703199.

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

Color convert

RGB 223 186 10 -
CMYK 0 0.17 0.96 0.13
HSL 49.58º 0.91% 0.46% -
HSV(B) 49.58º 0.96% 0.87% -
XYZ 48.05 50.83 7.57 -
YUV 177 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 223 186 10 0 0.17 0.96 0.13 49.58 0.91 0.46
Hex DF BA A 0 11 60 D 32 5B 2E
Octal 337 272 12 0 21 140 15 62 133 56
Binary 11011111 10111010 1010 0 10001 1100000 1101 110010 1011011 101110

Color Harmonies of #DFBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA0A

Black with #DFBA0A

Text Example


Text Example

White with #DFBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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