Html Css Color HEX #DFBF1C Sunflower

📋 copy color: '#DFBF1C'

red 223 ◦ green 191 ◦ blue 28

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

Shades of Sunflower #DFBF1C

Tints of Sunflower #DFBF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.33%

R = 50.45%
G = 43.21%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFBF1C (or 0xDFBF1C) is known color: Sunflower. HEX triplet: DF, BF and 1C. RGB value is (223,191,28). Sum of RGB (Red+Green+Blue) = 223+191+28=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF1C is #2040E3. Grayscale: #B6B6B6. Windows color (decimal): -2113764 or 1884127. OLE color: 1884127.

HSL color Cylindrical-coordinate representation of color #DFBF1C: hue angle of 50.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBF1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 28 -
CMYK 0 0.14 0.87 0.13
HSL 50.15º 0.78% 0.49% -
HSV(B) 50.15º 0.87% 0.87% -
XYZ 49.27 53.03 8.74 -
YUV 181.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 223 191 28 0 0.14 0.87 0.13 50.15 0.78 0.49
Hex DF BF 1C 0 E 57 D 32 4E 31
Octal 337 277 34 0 16 127 15 62 116 61
Binary 11011111 10111111 11100 0 1110 1010111 1101 110010 1001110 110001

Color Harmonies of #DFBF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF1C

Black with #DFBF1C

Text Example


Text Example

White with #DFBF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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