Html Css Color HEX #DFC013 Sunflower

📋 copy color: '#DFC013'

red 223 ◦ green 192 ◦ blue 19

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

Shades of Sunflower #DFC013

Tints of Sunflower #DFC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 51.38%
G = 44.24%
B = 4.38%

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

#DFC013 (or 0xDFC013) is known color: Sunflower. HEX triplet: DF, C0 and 13. RGB value is (223,192,19). Sum of RGB (Red+Green+Blue) = 223+192+19=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC013 is #203FEC. Grayscale: #B6B6B6. Windows color (decimal): -2113517 or 1294559. OLE color: 1294559.

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

Color convert

RGB 223 192 19 -
CMYK 0 0.14 0.91 0.13
HSL 50.88º 0.84% 0.47% -
HSV(B) 50.88º 0.91% 0.87% -
XYZ 49.4 53.43 8.33 -
YUV 181.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 223 192 19 0 0.14 0.91 0.13 50.88 0.84 0.47
Hex DF C0 13 0 E 5B D 33 54 2F
Octal 337 300 23 0 16 133 15 63 124 57
Binary 11011111 11000000 10011 0 1110 1011011 1101 110011 1010100 101111

Color Harmonies of #DFC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC013

Black with #DFC013

Text Example


Text Example

White with #DFC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC013; }

 p { color: rgb(223,192,19); }

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

background-color css

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

 a { background-color: rgb(223,192,19); }

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

border-color css

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

 span { border-color: rgb(223,192,19); }

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