Html Css Color HEX #DFD010 Sunflower

📋 copy color: '#DFD010'

red 223 ◦ green 208 ◦ blue 16

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

Shades of Sunflower #DFD010

Tints of Sunflower #DFD010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 49.89%
G = 46.53%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFD010 (or 0xDFD010) is known color: Sunflower. HEX triplet: DF, D0 and 10. RGB value is (223,208,16). Sum of RGB (Red+Green+Blue) = 223+208+16=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD010 is #202FEF. Grayscale: #BFBFBF. Windows color (decimal): -2109424 or 1102047. OLE color: 1102047.

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

Color convert

RGB 223 208 16 -
CMYK 0 0.07 0.93 0.13
HSL 55.65º 0.87% 0.47% -
HSV(B) 55.65º 0.93% 0.87% -
XYZ 53.08 60.84 9.44 -
YUV 190.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 223 208 16 0 0.07 0.93 0.13 55.65 0.87 0.47
Hex DF D0 10 0 7 5D D 38 57 2F
Octal 337 320 20 0 7 135 15 70 127 57
Binary 11011111 11010000 10000 0 111 1011101 1101 111000 1010111 101111

Color Harmonies of #DFD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD010

Black with #DFD010

Text Example


Text Example

White with #DFD010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD010; }

 p { color: rgb(223,208,16); }

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

background-color css

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

 a { background-color: rgb(223,208,16); }

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

border-color css

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

 span { border-color: rgb(223,208,16); }

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