Html Css Color HEX #DFD40A Sunflower

📋 copy color: '#DFD40A'

red 223 ◦ green 212 ◦ blue 10

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

Shades of Sunflower #DFD40A

Tints of Sunflower #DFD40A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.64%

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

R = 50.11%
G = 47.64%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFD40A (or 0xDFD40A) is known color: Sunflower. HEX triplet: DF, D4 and 0A. RGB value is (223,212,10). Sum of RGB (Red+Green+Blue) = 223+212+10=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD40A is #202BF5. Grayscale: #C1C1C1. Windows color (decimal): -2108406 or 709855. OLE color: 709855.

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

Color convert

RGB 223 212 10 -
CMYK 0 0.05 0.96 0.13
HSL 56.9º 0.91% 0.46% -
HSV(B) 56.9º 0.96% 0.87% -
XYZ 54.03 62.8 9.56 -
YUV 192.26 25.14 149.93 -
System Red Green Blue C M Y K H S L
Decimal 223 212 10 0 0.05 0.96 0.13 56.9 0.91 0.46
Hex DF D4 A 0 5 60 D 39 5B 2E
Octal 337 324 12 0 5 140 15 71 133 56
Binary 11011111 11010100 1010 0 101 1100000 1101 111001 1011011 101110

Color Harmonies of #DFD40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD40A

Black with #DFD40A

Text Example


Text Example

White with #DFD40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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