Html Css Color HEX #DFCF16 Sunflower

📋 copy color: '#DFCF16'

red 223 ◦ green 207 ◦ blue 22

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

Shades of Sunflower #DFCF16

Tints of Sunflower #DFCF16

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

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

R = 49.34%
G = 45.8%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFCF16 (or 0xDFCF16) is known color: Sunflower. HEX triplet: DF, CF and 16. RGB value is (223,207,22). Sum of RGB (Red+Green+Blue) = 223+207+22=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF16 is #2030E9. Grayscale: #BFBFBF. Windows color (decimal): -2109674 or 1495007. OLE color: 1495007.

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

Color convert

RGB 223 207 22 -
CMYK 0 0.07 0.90 0.13
HSL 55.22º 0.82% 0.48% -
HSV(B) 55.22º 0.9% 0.87% -
XYZ 52.89 60.37 9.62 -
YUV 190.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 223 207 22 0 0.07 0.90 0.13 55.22 0.82 0.48
Hex DF CF 16 0 7 5A D 37 52 30
Octal 337 317 26 0 7 132 15 67 122 60
Binary 11011111 11001111 10110 0 111 1011010 1101 110111 1010010 110000

Color Harmonies of #DFCF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF16

Black with #DFCF16

Text Example


Text Example

White with #DFCF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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