Html Css Color HEX #DFBA01 Sunflower

📋 copy color: '#DFBA01'

red 223 ◦ green 186 ◦ blue 1

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

Shades of Sunflower #DFBA01

Tints of Sunflower #DFBA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 54.39%
G = 45.37%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFBA01 (or 0xDFBA01) is known color: Sunflower. HEX triplet: DF, BA and 01. RGB value is (223,186,1). Sum of RGB (Red+Green+Blue) = 223+186+1=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA01 is #2045FE. Grayscale: #B0B0B0. Windows color (decimal): -2115071 or 113375. OLE color: 113375.

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

Color convert

RGB 223 186 1 -
CMYK 0 0.17 1.00 0.13
HSL 50º 0.99% 0.44% -
HSV(B) 50º 1% 0.87% -
XYZ 48 50.81 7.31 -
YUV 175.97 29.26 161.54 -
System Red Green Blue C M Y K H S L
Decimal 223 186 1 0 0.17 1.00 0.13 50 0.99 0.44
Hex DF BA 1 0 11 64 D 32 63 2C
Octal 337 272 1 0 21 144 15 62 143 54
Binary 11011111 10111010 1 0 10001 1100100 1101 110010 1100011 101100

Color Harmonies of #DFBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA01

Black with #DFBA01

Text Example


Text Example

White with #DFBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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