Html Css Color HEX #DFD70A Sunflower

📋 copy color: '#DFD70A'

red 223 ◦ green 215 ◦ blue 10

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

Shades of Sunflower #DFD70A

Tints of Sunflower #DFD70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

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

R = 49.78%
G = 47.99%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFD70A (or 0xDFD70A) is known color: Sunflower. HEX triplet: DF, D7 and 0A. RGB value is (223,215,10). Sum of RGB (Red+Green+Blue) = 223+215+10=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD70A is #2028F5. Grayscale: #C2C2C2. Windows color (decimal): -2107638 or 710623. OLE color: 710623.

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

Color convert

RGB 223 215 10 -
CMYK 0 0.04 0.96 0.13
HSL 57.75º 0.91% 0.46% -
HSV(B) 57.75º 0.96% 0.87% -
XYZ 54.79 64.31 9.81 -
YUV 194.02 24.15 148.67 -
System Red Green Blue C M Y K H S L
Decimal 223 215 10 0 0.04 0.96 0.13 57.75 0.91 0.46
Hex DF D7 A 0 4 60 D 3A 5B 2E
Octal 337 327 12 0 4 140 15 72 133 56
Binary 11011111 11010111 1010 0 100 1100000 1101 111010 1011011 101110

Color Harmonies of #DFD70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD70A

Black with #DFD70A

Text Example


Text Example

White with #DFD70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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