Html Css Color HEX #DFC012 Sunflower

📋 copy color: '#DFC012'

red 223 ◦ green 192 ◦ blue 18

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

Shades of Sunflower #DFC012

Tints of Sunflower #DFC012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 51.5%
G = 44.34%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFC012 (or 0xDFC012) is known color: Sunflower. HEX triplet: DF, C0 and 12. RGB value is (223,192,18). Sum of RGB (Red+Green+Blue) = 223+192+18=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC012 is #203FED. Grayscale: #B6B6B6. Windows color (decimal): -2113518 or 1229023. OLE color: 1229023.

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

Color convert

RGB 223 192 18 -
CMYK 0 0.14 0.92 0.13
HSL 50.93º 0.85% 0.47% -
HSV(B) 50.93º 0.92% 0.87% -
XYZ 49.39 53.43 8.28 -
YUV 181.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 223 192 18 0 0.14 0.92 0.13 50.93 0.85 0.47
Hex DF C0 12 0 E 5C D 33 55 2F
Octal 337 300 22 0 16 134 15 63 125 57
Binary 11011111 11000000 10010 0 1110 1011100 1101 110011 1010101 101111

Color Harmonies of #DFC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC012

Black with #DFC012

Text Example


Text Example

White with #DFC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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