Html Css Color HEX #DFC914 Sunflower

📋 copy color: '#DFC914'

red 223 ◦ green 201 ◦ blue 20

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

Shades of Sunflower #DFC914

Tints of Sunflower #DFC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 50.23%
G = 45.27%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFC914 (or 0xDFC914) is known color: Sunflower. HEX triplet: DF, C9 and 14. RGB value is (223,201,20). Sum of RGB (Red+Green+Blue) = 223+201+20=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC914 is #2036EB. Grayscale: #BBBBBB. Windows color (decimal): -2111212 or 1362399. OLE color: 1362399.

HSL color Cylindrical-coordinate representation of color #DFC914: hue angle of 53.5º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC914 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 20 -
CMYK 0 0.10 0.91 0.13
HSL 53.5º 0.84% 0.48% -
HSV(B) 53.5º 0.91% 0.87% -
XYZ 51.44 57.51 9.05 -
YUV 186.94 33.79 153.72 -
System Red Green Blue C M Y K H S L
Decimal 223 201 20 0 0.10 0.91 0.13 53.5 0.84 0.48
Hex DF C9 14 0 A 5B D 35 54 30
Octal 337 311 24 0 12 133 15 65 124 60
Binary 11011111 11001001 10100 0 1010 1011011 1101 110101 1010100 110000

Color Harmonies of #DFC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC914

Black with #DFC914

Text Example


Text Example

White with #DFC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC914; }

 p { color: rgb(223,201,20); }

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

background-color css

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

 a { background-color: rgb(223,201,20); }

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

border-color css

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

 span { border-color: rgb(223,201,20); }

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