Html Css Color HEX #DFBA13 Sunflower

📋 copy color: '#DFBA13'

red 223 ◦ green 186 ◦ blue 19

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

Shades of Sunflower #DFBA13

Tints of Sunflower #DFBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.44%

R = 52.1%
G = 43.46%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFBA13 (or 0xDFBA13) is known color: Sunflower. HEX triplet: DF, BA and 13. RGB value is (223,186,19). Sum of RGB (Red+Green+Blue) = 223+186+19=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA13 is #2045EC. Grayscale: #B2B2B2. Windows color (decimal): -2115053 or 1293023. OLE color: 1293023.

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

Color convert

RGB 223 186 19 -
CMYK 0 0.17 0.91 0.13
HSL 49.12º 0.84% 0.47% -
HSV(B) 49.12º 0.91% 0.87% -
XYZ 48.11 50.85 7.9 -
YUV 178.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 223 186 19 0 0.17 0.91 0.13 49.12 0.84 0.47
Hex DF BA 13 0 11 5B D 31 54 2F
Octal 337 272 23 0 21 133 15 61 124 57
Binary 11011111 10111010 10011 0 10001 1011011 1101 110001 1010100 101111

Color Harmonies of #DFBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA13

Black with #DFBA13

Text Example


Text Example

White with #DFBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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