Html Css Color HEX #DFB914 Sunflower

📋 copy color: '#DFB914'

red 223 ◦ green 185 ◦ blue 20

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

Shades of Sunflower #DFB914

Tints of Sunflower #DFB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 52.1%
G = 43.22%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB914 (or 0xDFB914) is known color: Sunflower. HEX triplet: DF, B9 and 14. RGB value is (223,185,20). Sum of RGB (Red+Green+Blue) = 223+185+20=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB914 is #2046EB. Grayscale: #B2B2B2. Windows color (decimal): -2115308 or 1358303. OLE color: 1358303.

HSL color Cylindrical-coordinate representation of color #DFB914: hue angle of 48.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB914 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 20 -
CMYK 0 0.17 0.91 0.13
HSL 48.77º 0.84% 0.48% -
HSV(B) 48.77º 0.91% 0.87% -
XYZ 47.91 50.44 7.87 -
YUV 177.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 223 185 20 0 0.17 0.91 0.13 48.77 0.84 0.48
Hex DF B9 14 0 11 5B D 31 54 30
Octal 337 271 24 0 21 133 15 61 124 60
Binary 11011111 10111001 10100 0 10001 1011011 1101 110001 1010100 110000

Color Harmonies of #DFB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB914

Black with #DFB914

Text Example


Text Example

White with #DFB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB914; }

 p { color: rgb(223,185,20); }

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

background-color css

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

 a { background-color: rgb(223,185,20); }

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

border-color css

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

 span { border-color: rgb(223,185,20); }

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