Html Css Color HEX #DFBF14 Sunflower

📋 copy color: '#DFBF14'

red 223 ◦ green 191 ◦ blue 20

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

Shades of Sunflower #DFBF14

Tints of Sunflower #DFBF14

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 51.38%
G = 44.01%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFBF14 (or 0xDFBF14) is known color: Sunflower. HEX triplet: DF, BF and 14. RGB value is (223,191,20). Sum of RGB (Red+Green+Blue) = 223+191+20=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF14 is #2040EB. Grayscale: #B5B5B5. Windows color (decimal): -2113772 or 1359839. OLE color: 1359839.

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

Color convert

RGB 223 191 20 -
CMYK 0 0.14 0.91 0.13
HSL 50.54º 0.84% 0.48% -
HSV(B) 50.54º 0.91% 0.87% -
XYZ 49.19 53 8.3 -
YUV 181.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 223 191 20 0 0.14 0.91 0.13 50.54 0.84 0.48
Hex DF BF 14 0 E 5B D 33 54 30
Octal 337 277 24 0 16 133 15 63 124 60
Binary 11011111 10111111 10100 0 1110 1011011 1101 110011 1010100 110000

Color Harmonies of #DFBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF14

Black with #DFBF14

Text Example


Text Example

White with #DFBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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