Html Css Color HEX #DFB416 Sunflower

📋 copy color: '#DFB416'

red 223 ◦ green 180 ◦ blue 22

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

Shades of Sunflower #DFB416

Tints of Sunflower #DFB416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 52.47%
G = 42.35%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFB416 (or 0xDFB416) is known color: Sunflower. HEX triplet: DF, B4 and 16. RGB value is (223,180,22). Sum of RGB (Red+Green+Blue) = 223+180+22=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB416 is #204BE9. Grayscale: #AFAFAF. Windows color (decimal): -2116586 or 1488095. OLE color: 1488095.

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

Color convert

RGB 223 180 22 -
CMYK 0 0.19 0.90 0.13
HSL 47.16º 0.82% 0.48% -
HSV(B) 47.16º 0.9% 0.87% -
XYZ 46.9 48.39 7.63 -
YUV 174.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 223 180 22 0 0.19 0.90 0.13 47.16 0.82 0.48
Hex DF B4 16 0 13 5A D 2F 52 30
Octal 337 264 26 0 23 132 15 57 122 60
Binary 11011111 10110100 10110 0 10011 1011010 1101 101111 1010010 110000

Color Harmonies of #DFB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB416

Black with #DFB416

Text Example


Text Example

White with #DFB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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