Html Css Color HEX #DFBA02 Sunflower

📋 copy color: '#DFBA02'

red 223 ◦ green 186 ◦ blue 2

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

Shades of Sunflower #DFBA02

Tints of Sunflower #DFBA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.26%
G = 45.26%
B = 0.49%

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

#DFBA02 (or 0xDFBA02) is known color: Sunflower. HEX triplet: DF, BA and 02. RGB value is (223,186,2). Sum of RGB (Red+Green+Blue) = 223+186+2=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA02 is #2045FD. Grayscale: #B0B0B0. Windows color (decimal): -2115070 or 178911. OLE color: 178911.

HSL color Cylindrical-coordinate representation of color #DFBA02: hue angle of 49.95º degrees, saturation: 0.98, 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 #DFBA02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 2 -
CMYK 0 0.17 0.99 0.13
HSL 49.95º 0.98% 0.44% -
HSV(B) 49.95º 0.99% 0.87% -
XYZ 48 50.81 7.33 -
YUV 176.09 29.76 161.46 -
System Red Green Blue C M Y K H S L
Decimal 223 186 2 0 0.17 0.99 0.13 49.95 0.98 0.44
Hex DF BA 2 0 11 63 D 32 62 2C
Octal 337 272 2 0 21 143 15 62 142 54
Binary 11011111 10111010 10 0 10001 1100011 1101 110010 1100010 101100

Color Harmonies of #DFBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA02

Black with #DFBA02

Text Example


Text Example

White with #DFBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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