Html Css Color HEX #DFB414 Sunflower

📋 copy color: '#DFB414'

red 223 ◦ green 180 ◦ blue 20

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

Shades of Sunflower #DFB414

Tints of Sunflower #DFB414

RGB

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

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

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

R = 52.72%
G = 42.55%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB414 (or 0xDFB414) is known color: Sunflower. HEX triplet: DF, B4 and 14. RGB value is (223,180,20). Sum of RGB (Red+Green+Blue) = 223+180+20=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB414 is #204BEB. Grayscale: #AFAFAF. Windows color (decimal): -2116588 or 1357023. OLE color: 1357023.

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

Color convert

RGB 223 180 20 -
CMYK 0 0.19 0.91 0.13
HSL 47.29º 0.84% 0.48% -
HSV(B) 47.29º 0.91% 0.87% -
XYZ 46.88 48.38 7.53 -
YUV 174.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 223 180 20 0 0.19 0.91 0.13 47.29 0.84 0.48
Hex DF B4 14 0 13 5B D 2F 54 30
Octal 337 264 24 0 23 133 15 57 124 60
Binary 11011111 10110100 10100 0 10011 1011011 1101 101111 1010100 110000

Color Harmonies of #DFB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB414

Black with #DFB414

Text Example


Text Example

White with #DFB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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