Html Css Color HEX #DFB716 Sunflower

📋 copy color: '#DFB716'

red 223 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #DFB716

Tints of Sunflower #DFB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.76%

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

R = 52.1%
G = 42.76%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFB716 (or 0xDFB716) is known color: Sunflower. HEX triplet: DF, B7 and 16. RGB value is (223,183,22). Sum of RGB (Red+Green+Blue) = 223+183+22=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB716 is #2048E9. Grayscale: #B1B1B1. Windows color (decimal): -2115818 or 1488863. OLE color: 1488863.

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

Color convert

RGB 223 183 22 -
CMYK 0 0.18 0.90 0.13
HSL 48.06º 0.82% 0.48% -
HSV(B) 48.06º 0.9% 0.87% -
XYZ 47.51 49.61 7.83 -
YUV 176.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 223 183 22 0 0.18 0.90 0.13 48.06 0.82 0.48
Hex DF B7 16 0 12 5A D 30 52 30
Octal 337 267 26 0 22 132 15 60 122 60
Binary 11011111 10110111 10110 0 10010 1011010 1101 110000 1010010 110000

Color Harmonies of #DFB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB716

Black with #DFB716

Text Example


Text Example

White with #DFB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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