Html Css Color HEX #DFAF10 Sunflower

📋 copy color: '#DFAF10'

red 223 ◦ green 175 ◦ blue 16

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

Shades of Sunflower #DFAF10

Tints of Sunflower #DFAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 53.86%
G = 42.27%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFAF10 (or 0xDFAF10) is known color: Sunflower. HEX triplet: DF, AF and 10. RGB value is (223,175,16). Sum of RGB (Red+Green+Blue) = 223+175+16=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF10 is #2050EF. Grayscale: #ABABAB. Windows color (decimal): -2117872 or 1093599. OLE color: 1093599.

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

Color convert

RGB 223 175 16 -
CMYK 0 0.22 0.93 0.13
HSL 46.09º 0.87% 0.47% -
HSV(B) 46.09º 0.93% 0.87% -
XYZ 45.85 46.39 7.03 -
YUV 171.23 40.4 164.93 -
System Red Green Blue C M Y K H S L
Decimal 223 175 16 0 0.22 0.93 0.13 46.09 0.87 0.47
Hex DF AF 10 0 16 5D D 2E 57 2F
Octal 337 257 20 0 26 135 15 56 127 57
Binary 11011111 10101111 10000 0 10110 1011101 1101 101110 1010111 101111

Color Harmonies of #DFAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF10

Black with #DFAF10

Text Example


Text Example

White with #DFAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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