Html Css Color HEX #DFBA03 Sunflower

📋 copy color: '#DFBA03'

red 223 ◦ green 186 ◦ blue 3

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

Shades of Sunflower #DFBA03

Tints of Sunflower #DFBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 54.13%
G = 45.15%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFBA03 (or 0xDFBA03) is known color: Sunflower. HEX triplet: DF, BA and 03. RGB value is (223,186,3). Sum of RGB (Red+Green+Blue) = 223+186+3=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA03 is #2045FC. Grayscale: #B0B0B0. Windows color (decimal): -2115069 or 244447. OLE color: 244447.

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

Color convert

RGB 223 186 3 -
CMYK 0 0.17 0.99 0.13
HSL 49.91º 0.97% 0.44% -
HSV(B) 49.91º 0.99% 0.87% -
XYZ 48.01 50.81 7.36 -
YUV 176.2 30.26 161.38 -
System Red Green Blue C M Y K H S L
Decimal 223 186 3 0 0.17 0.99 0.13 49.91 0.97 0.44
Hex DF BA 3 0 11 63 D 32 61 2C
Octal 337 272 3 0 21 143 15 62 141 54
Binary 11011111 10111010 11 0 10001 1100011 1101 110010 1100001 101100

Color Harmonies of #DFBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA03

Black with #DFBA03

Text Example


Text Example

White with #DFBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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