Html Css Color HEX #DFC716 Sunflower

📋 copy color: '#DFC716'

red 223 ◦ green 199 ◦ blue 22

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

Shades of Sunflower #DFC716

Tints of Sunflower #DFC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

 BLUE value IS 22 (8.98% from 255) = 4.95%

R = 50.23%
G = 44.82%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFC716 (or 0xDFC716) is known color: Sunflower. HEX triplet: DF, C7 and 16. RGB value is (223,199,22). Sum of RGB (Red+Green+Blue) = 223+199+22=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC716 is #2038E9. Grayscale: #BABABA. Windows color (decimal): -2111722 or 1492959. OLE color: 1492959.

HSL color Cylindrical-coordinate representation of color #DFC716: hue angle of 52.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFC716 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 199 22 -
CMYK 0 0.11 0.90 0.13
HSL 52.84º 0.82% 0.48% -
HSV(B) 52.84º 0.9% 0.87% -
XYZ 51 56.59 8.99 -
YUV 186 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 223 199 22 0 0.11 0.90 0.13 52.84 0.82 0.48
Hex DF C7 16 0 B 5A D 35 52 30
Octal 337 307 26 0 13 132 15 65 122 60
Binary 11011111 11000111 10110 0 1011 1011010 1101 110101 1010010 110000

Color Harmonies of #DFC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC716

Black with #DFC716

Text Example


Text Example

White with #DFC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC716; }

 p { color: rgb(223,199,22); }

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

background-color css

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

 a { background-color: rgb(223,199,22); }

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

border-color css

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

 span { border-color: rgb(223,199,22); }

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