Html Css Color HEX #DFC916 Sunflower

📋 copy color: '#DFC916'

red 223 ◦ green 201 ◦ blue 22

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

Shades of Sunflower #DFC916

Tints of Sunflower #DFC916

RGB

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

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

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

R = 50%
G = 45.07%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFC916 (or 0xDFC916) is known color: Sunflower. HEX triplet: DF, C9 and 16. RGB value is (223,201,22). Sum of RGB (Red+Green+Blue) = 223+201+22=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC916 is #2036E9. Grayscale: #BBBBBB. Windows color (decimal): -2111210 or 1493471. OLE color: 1493471.

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

Color convert

RGB 223 201 22 -
CMYK 0 0.10 0.90 0.13
HSL 53.43º 0.82% 0.48% -
HSV(B) 53.43º 0.9% 0.87% -
XYZ 51.46 57.52 9.15 -
YUV 187.17 34.79 153.55 -
System Red Green Blue C M Y K H S L
Decimal 223 201 22 0 0.10 0.90 0.13 53.43 0.82 0.48
Hex DF C9 16 0 A 5A D 35 52 30
Octal 337 311 26 0 12 132 15 65 122 60
Binary 11011111 11001001 10110 0 1010 1011010 1101 110101 1010010 110000

Color Harmonies of #DFC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC916

Black with #DFC916

Text Example


Text Example

White with #DFC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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