Html Css Color HEX #DFB40A Sunflower

📋 copy color: '#DFB40A'

red 223 ◦ green 180 ◦ blue 10

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

Shades of Sunflower #DFB40A

Tints of Sunflower #DFB40A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.58%

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

R = 54%
G = 43.58%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFB40A (or 0xDFB40A) is known color: Sunflower. HEX triplet: DF, B4 and 0A. RGB value is (223,180,10). Sum of RGB (Red+Green+Blue) = 223+180+10=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB40A is #204BF5. Grayscale: #AEAEAE. Windows color (decimal): -2116598 or 701663. OLE color: 701663.

HSL color Cylindrical-coordinate representation of color #DFB40A: hue angle of 47.89º 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 #DFB40A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 10 -
CMYK 0 0.19 0.96 0.13
HSL 47.89º 0.91% 0.46% -
HSV(B) 47.89º 0.96% 0.87% -
XYZ 46.81 48.35 7.15 -
YUV 173.48 35.75 163.32 -
System Red Green Blue C M Y K H S L
Decimal 223 180 10 0 0.19 0.96 0.13 47.89 0.91 0.46
Hex DF B4 A 0 13 60 D 30 5B 2E
Octal 337 264 12 0 23 140 15 60 133 56
Binary 11011111 10110100 1010 0 10011 1100000 1101 110000 1011011 101110

Color Harmonies of #DFB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB40A

Black with #DFB40A

Text Example


Text Example

White with #DFB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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