Html Css Color HEX #DFB816 Sunflower

📋 copy color: '#DFB816'

red 223 ◦ green 184 ◦ blue 22

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

Shades of Sunflower #DFB816

Tints of Sunflower #DFB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

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

R = 51.98%
G = 42.89%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFB816 (or 0xDFB816) is known color: Sunflower. HEX triplet: DF, B8 and 16. RGB value is (223,184,22). Sum of RGB (Red+Green+Blue) = 223+184+22=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB816 is #2047E9. Grayscale: #B1B1B1. Windows color (decimal): -2115562 or 1489119. OLE color: 1489119.

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

Color convert

RGB 223 184 22 -
CMYK 0 0.17 0.90 0.13
HSL 48.36º 0.82% 0.48% -
HSV(B) 48.36º 0.9% 0.87% -
XYZ 47.72 50.03 7.9 -
YUV 177.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 223 184 22 0 0.17 0.90 0.13 48.36 0.82 0.48
Hex DF B8 16 0 11 5A D 30 52 30
Octal 337 270 26 0 21 132 15 60 122 60
Binary 11011111 10111000 10110 0 10001 1011010 1101 110000 1010010 110000

Color Harmonies of #DFB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB816

Black with #DFB816

Text Example


Text Example

White with #DFB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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